#A8CF5C

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

Shades of Conifer #A8CF5C

Tints of Conifer #A8CF5C

Color information

#A8CF5C (or 0xA8CF5C) is unknown color: approx Conifer. HEX triplet: A8, CF and 5C. RGB value is (168,207,92). Sum of RGB (Red+Green+Blue) = 168+207+92=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF5C is #5730A3. Grayscale: #B6B6B6. Windows color (decimal): -5714084 or 6082472. OLE color: 6082472.

HSL color Cylindrical-coordinate representation of color #A8CF5C: hue angle of 80.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8CF5C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB16820792-
CMYK0.1900.560.19
HSL80.35º54.5%58.63%-
HSV(B)80.35º55.56%81.18%-
XYZ40.3953.7218.37-
YUV182.2377.08117.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 207 (81.25% from 255) = 44.33%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=35.97%
G=44.33%
B=19.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168207920.1900.560.1980.3554.558.63
HexA8CF5C130381350373b
Octal25031713423070231206773
Binary10101000110011111011100100110111000100111010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CF5C; }

 p { color: rgb(168,207,92); }

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

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

 a { background-color: rgb(168,207,92); }

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

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

 span { border-color: rgb(168,207,92); }

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