#A8D169

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

Shades of Conifer #A8D169

Tints of Conifer #A8D169

Color information

#A8D169 (or 0xA8D169) is unknown color: approx Conifer. HEX triplet: A8, D1 and 69. RGB value is (168,209,105). Sum of RGB (Red+Green+Blue) = 168+209+105=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D169 is #572E96. Grayscale: #B9B9B9. Windows color (decimal): -5713559 or 6934952. OLE color: 6934952.

HSL color Cylindrical-coordinate representation of color #A8D169: hue angle of 83.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D169 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB168209105-
CMYK0.2000.500.18
HSL83.65º53.06%61.57%-
HSV(B)83.65º49.76%81.96%-
XYZ41.554.9521.78-
YUV184.8882.92115.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 209 (82.03% from 255) = 43.36%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=34.85%
G=43.36%
B=21.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682091050.2000.500.1883.6553.0661.57
HexA8D169140321254353e
Octal25032115124062221246576
Binary10101000110100011101001101000110010100101010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D169; }

 p { color: rgb(168,209,105); }

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

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

 a { background-color: rgb(168,209,105); }

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

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

 span { border-color: rgb(168,209,105); }

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