#a8d54f

Color #A8D54F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A8D54F

Tints of Conifer #A8D54F

Color information

#A8D54F (or 0xA8D54F) is unknown color: approx Conifer. HEX triplet: A8, D5 and 4F. RGB value is (168,213,79). Sum of RGB (Red+Green+Blue) = 168+213+79=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D54F is #572AB0. Grayscale: #B8B8B8. Windows color (decimal): -5712561 or 5232040. OLE color: 5232040.

HSL color Cylindrical-coordinate representation of color #A8D54F: hue angle of 80.15º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8D54F is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB16821379-
CMYK0.2100.630.16
HSL80.15º61.47%57.25%-
HSV(B)80.15º62.91%83.53%-
XYZ41.3556.4816.12-
YUV184.2768.59116.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 213 (83.59% from 255) = 46.30%
BLUE value IS 79 (31.25% from 255) = 17.17%
R=36.52%
G=46.30%
B=17.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168213790.2100.630.1680.1561.4757.25
HexA8D54F1503F10503d39
Octal25032511725077201207571
Binary10101000110101011001111101010111111100001010000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8d54f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8d54f; }

 p { color: rgb(168,213,79); }

 H1.HeaderClassName
 {
   color: #a8d54f;
 }
 .AnyTagClassName
 {
   color: #a8d54f;
 }
</style>
background-color css

<style>
 a { background-color: #a8d54f; }

 a { background-color: rgb(168,213,79); }

 div.DivClassName
 {
   background-color: #a8d54f;
 }
 .BgClassName
 {
   background-color: #a8d54f;
 }
</style>
border-color css

<style>
 span { border-color: #a8d54f; }

 span { border-color: rgb(168,213,79); }

 td.TdClassName
 {
   border-color: #a8d54f;
 }
 .TagClassName
 {
   border-color: #a8d54f;
 }
</style>