#A9D555

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

Shades of Conifer #A9D555

Tints of Conifer #A9D555

Color information

#A9D555 (or 0xA9D555) is unknown color: approx Conifer. HEX triplet: A9, D5 and 55. RGB value is (169,213,85). Sum of RGB (Red+Green+Blue) = 169+213+85=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D555 is #562AAA. Grayscale: #B9B9B9. Windows color (decimal): -5647019 or 5625257. OLE color: 5625257.

HSL color Cylindrical-coordinate representation of color #A9D555: hue angle of 80.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9D555 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB16921385-
CMYK0.2100.600.16
HSL80.62º60.38%58.43%-
HSV(B)80.62º60.09%83.53%-
XYZ41.856.6817.33-
YUV185.2571.42116.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 85 (33.59% from 255) = 18.20%
R=36.19%
G=45.61%
B=18.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169213850.2100.600.1680.6260.3858.43
HexA9D5551503C10513c3a
Octal25132512525074201217472
Binary10101001110101011010101101010111100100001010001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D555; }

 p { color: rgb(169,213,85); }

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

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

 a { background-color: rgb(169,213,85); }

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

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

 span { border-color: rgb(169,213,85); }

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