#A8CD4F

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

Shades of Conifer #A8CD4F

Tints of Conifer #A8CD4F

Color information

#A8CD4F (or 0xA8CD4F) is unknown color: approx Conifer. HEX triplet: A8, CD and 4F. RGB value is (168,205,79). Sum of RGB (Red+Green+Blue) = 168+205+79=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD4F is #5732B0. Grayscale: #B4B4B4. Windows color (decimal): -5714609 or 5229992. OLE color: 5229992.

HSL color Cylindrical-coordinate representation of color #A8CD4F: hue angle of 77.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8CD4F is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB16820579-
CMYK0.1800.610.20
HSL77.62º55.75%55.69%-
HSV(B)77.62º61.46%80.39%-
XYZ39.3952.5515.46-
YUV179.5771.24119.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 205 (80.47% from 255) = 45.35%
BLUE value IS 79 (31.25% from 255) = 17.48%
R=37.17%
G=45.35%
B=17.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168205790.1800.610.2077.6255.7555.69
HexA8CD4F1203D144e3838
Octal25031511722075241167070
Binary10101000110011011001111100100111101101001001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD4F; }

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

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

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

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

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

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

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

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