#AAF25D

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

Shades of Conifer #AAF25D

Tints of Conifer #AAF25D

Color information

#AAF25D (or 0xAAF25D) is unknown color: approx Conifer. HEX triplet: AA, F2 and 5D. RGB value is (170,242,93). Sum of RGB (Red+Green+Blue) = 170+242+93=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF25D is #550DA2. Grayscale: #CCCCCC. Windows color (decimal): -5574051 or 6156970. OLE color: 6156970.

HSL color Cylindrical-coordinate representation of color #AAF25D: hue angle of 88.99º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAF25D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB17024293-
CMYK0.3000.620.05
HSL88.99º85.14%65.69%-
HSV(B)88.99º61.57%94.9%-
XYZ50.3172.8421.76-
YUV203.4965.65104.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 242 (94.92% from 255) = 47.92%
BLUE value IS 93 (36.72% from 255) = 18.42%
R=33.66%
G=47.92%
B=18.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170242930.3000.620.0588.9985.1465.69
HexAAF25D1E03E5595542
Octal252362135360765131125102
Binary10101010111100101011101111100111110101101100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF25D; }

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

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

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

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

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

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

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

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