#A8D962

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

Shades of Conifer #A8D962

Tints of Conifer #A8D962

Color information

#A8D962 (or 0xA8D962) is unknown color: approx Conifer. HEX triplet: A8, D9 and 62. RGB value is (168,217,98). Sum of RGB (Red+Green+Blue) = 168+217+98=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D962 is #57269D. Grayscale: #BDBDBD. Windows color (decimal): -5711518 or 6478248. OLE color: 6478248.

HSL color Cylindrical-coordinate representation of color #A8D962: hue angle of 84.71º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8D962 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB16821798-
CMYK0.2300.550.15
HSL84.71º61.03%61.76%-
HSV(B)84.71º54.84%85.1%-
XYZ43.1758.8320.64-
YUV188.7876.77113.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 98 (38.67% from 255) = 20.29%
R=34.78%
G=44.93%
B=20.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168217980.2300.550.1584.7161.0361.76
HexA8D96217037F553d3e
Octal25033114227067171257576
Binary1010100011011001110001010111011011111111010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D962; }

 p { color: rgb(168,217,98); }

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

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

 a { background-color: rgb(168,217,98); }

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

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

 span { border-color: rgb(168,217,98); }

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