#A8DD6A

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

Shades of Conifer #A8DD6A

Tints of Conifer #A8DD6A

Color information

#A8DD6A (or 0xA8DD6A) is unknown color: approx Conifer. HEX triplet: A8, DD and 6A. RGB value is (168,221,106). Sum of RGB (Red+Green+Blue) = 168+221+106=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD6A is #572295. Grayscale: #C0C0C0. Windows color (decimal): -5710486 or 7003560. OLE color: 7003560.

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

Color convert

RGB168221106-
CMYK0.2400.520.13
HSL87.65º62.84%64.12%-
HSV(B)87.65º52.04%86.67%-
XYZ44.6161.0823.07-
YUV192.0479.44110.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=33.94%
G=44.65%
B=21.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682211060.2400.520.1387.6562.8464.12
HexA8DD6A18034D583f40
Octal250335152300641513077100
Binary10101000110111011101010110000110100110110110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD6A; }

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

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

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

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

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

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

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

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