#A8D360

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

Shades of Conifer #A8D360

Tints of Conifer #A8D360

Color information

#A8D360 (or 0xA8D360) is unknown color: approx Conifer. HEX triplet: A8, D3 and 60. RGB value is (168,211,96). Sum of RGB (Red+Green+Blue) = 168+211+96=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D360 is #572C9F. Grayscale: #B9B9B9. Windows color (decimal): -5713056 or 6345640. OLE color: 6345640.

HSL color Cylindrical-coordinate representation of color #A8D360: hue angle of 82.43º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8D360 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB16821196-
CMYK0.2000.550.17
HSL82.43º56.65%60.2%-
HSV(B)82.43º54.5%82.75%-
XYZ41.5555.7619.64-
YUV185.0377.75115.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 211 (82.81% from 255) = 44.42%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=35.37%
G=44.42%
B=20.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal168211960.2000.550.1782.4356.6560.2
HexA8D360140371152393c
Octal25032314024067211227174
Binary10101000110100111100000101000110111100011010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D360; }

 p { color: rgb(168,211,96); }

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

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

 a { background-color: rgb(168,211,96); }

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

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

 span { border-color: rgb(168,211,96); }

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