#A8DD5E

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

Shades of Conifer #A8DD5E

Tints of Conifer #A8DD5E

Color information

#A8DD5E (or 0xA8DD5E) is unknown color: approx Conifer. HEX triplet: A8, DD and 5E. RGB value is (168,221,94). Sum of RGB (Red+Green+Blue) = 168+221+94=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD5E is #5722A1. Grayscale: #BFBFBF. Windows color (decimal): -5710498 or 6217128. OLE color: 6217128.

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

Color convert

RGB16822194-
CMYK0.2400.570.13
HSL85.04º65.13%61.76%-
HSV(B)85.04º57.47%86.67%-
XYZ44.0360.8520.01-
YUV190.6873.44111.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 94 (37.11% from 255) = 19.46%
R=34.78%
G=45.76%
B=19.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168221940.2400.570.1385.0465.1361.76
HexA8DD5E18039D55413e
Octal250335136300711512510176
Binary10101000110111011011110110000111001110110101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD5E; }

 p { color: rgb(168,221,94); }

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

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

 a { background-color: rgb(168,221,94); }

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

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

 span { border-color: rgb(168,221,94); }

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