#AAD35F

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

Shades of Conifer #AAD35F

Tints of Conifer #AAD35F

Color information

#AAD35F (or 0xAAD35F) is unknown color: approx Conifer. HEX triplet: AA, D3 and 5F. RGB value is (170,211,95). Sum of RGB (Red+Green+Blue) = 170+211+95=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD35F is #552CA0. Grayscale: #B9B9B9. Windows color (decimal): -5581985 or 6280106. OLE color: 6280106.

HSL color Cylindrical-coordinate representation of color #AAD35F: hue angle of 81.21º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAD35F is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB17021195-
CMYK0.1900.550.17
HSL81.21º56.86%60%-
HSV(B)81.21º54.98%82.75%-
XYZ41.9455.9619.42-
YUV185.5276.92116.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 211 (82.81% from 255) = 44.33%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=35.71%
G=44.33%
B=19.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170211950.1900.550.1781.2156.8660
HexAAD35F130371151393c
Octal25232313723067211217174
Binary10101010110100111011111100110110111100011010001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD35F; }

 p { color: rgb(170,211,95); }

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

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

 a { background-color: rgb(170,211,95); }

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

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

 span { border-color: rgb(170,211,95); }

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