#A8D469

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

Shades of Conifer #A8D469

Tints of Conifer #A8D469

Color information

#A8D469 (or 0xA8D469) is unknown color: approx Conifer. HEX triplet: A8, D4 and 69. RGB value is (168,212,105). Sum of RGB (Red+Green+Blue) = 168+212+105=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D469 is #572B96. Grayscale: #BBBBBB. Windows color (decimal): -5712791 or 6935720. OLE color: 6935720.

HSL color Cylindrical-coordinate representation of color #A8D469: hue angle of 84.67º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D469 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB168212105-
CMYK0.2100.500.17
HSL84.67º55.44%62.16%-
HSV(B)84.67º50.47%83.14%-
XYZ42.2456.4322.03-
YUV186.6581.92114.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=34.64%
G=43.71%
B=21.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682121050.2100.500.1784.6755.4462.16
HexA8D469150321155373e
Octal25032415125062211256776
Binary10101000110101001101001101010110010100011010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D469; }

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

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

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

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

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

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

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

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