#A8DF5C

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

Shades of Conifer #A8DF5C

Tints of Conifer #A8DF5C

Color information

#A8DF5C (or 0xA8DF5C) is unknown color: approx Conifer. HEX triplet: A8, DF and 5C. RGB value is (168,223,92). Sum of RGB (Red+Green+Blue) = 168+223+92=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF5C is #5720A3. Grayscale: #C0C0C0. Windows color (decimal): -5709988 or 6086568. OLE color: 6086568.

HSL color Cylindrical-coordinate representation of color #A8DF5C: hue angle of 85.19º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8DF5C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB16822392-
CMYK0.2500.590.13
HSL85.19º67.18%61.76%-
HSV(B)85.19º58.74%87.45%-
XYZ44.4761.8719.72-
YUV191.6271.78111.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 223 (87.5% from 255) = 46.17%
BLUE value IS 92 (36.33% from 255) = 19.05%
R=34.78%
G=46.17%
B=19.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168223920.2500.590.1385.1967.1861.76
HexA8DF5C1903BD55433e
Octal250337134310731512510376
Binary10101000110111111011100110010111011110110101011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DF5C; }

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

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

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

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

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

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

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

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