#AAD35D

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

Shades of Conifer #AAD35D

Tints of Conifer #AAD35D

Color information

#AAD35D (or 0xAAD35D) is unknown color: approx Conifer. HEX triplet: AA, D3 and 5D. RGB value is (170,211,93). Sum of RGB (Red+Green+Blue) = 170+211+93=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD35D is #552CA2. Grayscale: #B9B9B9. Windows color (decimal): -5581987 or 6149034. OLE color: 6149034.

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

Color convert

RGB17021193-
CMYK0.1900.560.17
HSL80.85º57.28%59.61%-
HSV(B)80.85º55.92%82.75%-
XYZ41.8555.9218.94-
YUV185.2975.92117.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 211 (82.81% from 255) = 44.51%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=35.86%
G=44.51%
B=19.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170211930.1900.560.1780.8557.2859.61
HexAAD35D130381151393c
Octal25232313523070211217174
Binary10101010110100111011101100110111000100011010001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD35D; }

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

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

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

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

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

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

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

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