#a9d852

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

Shades of Conifer #A9D852

Tints of Conifer #A9D852

Color information

#A9D852 (or 0xA9D852) is unknown color: approx Conifer. HEX triplet: A9, D8 and 52. RGB value is (169,216,82). Sum of RGB (Red+Green+Blue) = 169+216+82=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D852 is #5627AD. Grayscale: #BBBBBB. Windows color (decimal): -5646254 or 5429417. OLE color: 5429417.

HSL color Cylindrical-coordinate representation of color #A9D852: hue angle of 81.04º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9D852 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB16921682-
CMYK0.2200.620.15
HSL81.04º63.21%58.43%-
HSV(B)81.04º62.04%84.71%-
XYZ42.4458.1616.97-
YUV186.6768.93115.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 216 (84.77% from 255) = 46.25%
BLUE value IS 82 (32.42% from 255) = 17.56%
R=36.19%
G=46.25%
B=17.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169216820.2200.620.1581.0463.2158.43
HexA9D8521603EF513f3a
Octal25133012226076171217772
Binary1010100111011000101001010110011111011111010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9d852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9d852; }

 p { color: rgb(169,216,82); }

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

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

 a { background-color: rgb(169,216,82); }

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

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

 span { border-color: rgb(169,216,82); }

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