#A8DD5A

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

Shades of Conifer #A8DD5A

Tints of Conifer #A8DD5A

Color information

#A8DD5A (or 0xA8DD5A) is unknown color: approx Conifer. HEX triplet: A8, DD and 5A. RGB value is (168,221,90). Sum of RGB (Red+Green+Blue) = 168+221+90=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD5A is #5722A5. Grayscale: #BEBEBE. Windows color (decimal): -5710502 or 5954984. OLE color: 5954984.

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

Color convert

RGB16822190-
CMYK0.2400.590.13
HSL84.27º65.83%60.98%-
HSV(B)84.27º59.28%86.67%-
XYZ43.8560.7819.09-
YUV190.2271.44112.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 221 (86.72% from 255) = 46.14%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=35.07%
G=46.14%
B=18.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168221900.2400.590.1384.2765.8360.98
HexA8DD5A1803BD54423d
Octal250335132300731512410275
Binary10101000110111011011010110000111011110110101001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD5A; }

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

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

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

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

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

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

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

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