#AAFD5A

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

Shades of Conifer #AAFD5A

Tints of Conifer #AAFD5A

Color information

#AAFD5A (or 0xAAFD5A) is unknown color: approx Conifer. HEX triplet: AA, FD and 5A. RGB value is (170,253,90). Sum of RGB (Red+Green+Blue) = 170+253+90=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD5A is #5502A5. Grayscale: #D2D2D2. Windows color (decimal): -5571238 or 5963178. OLE color: 5963178.

HSL color Cylindrical-coordinate representation of color #AAFD5A: hue angle of 90.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAFD5A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB17025390-
CMYK0.3300.640.01
HSL90.55º97.6%67.25%-
HSV(B)90.55º64.43%99.22%-
XYZ53.5579.5322.2-
YUV209.660.599.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 253 (99.22% from 255) = 49.32%
BLUE value IS 90 (35.55% from 255) = 17.54%
R=33.14%
G=49.32%
B=17.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170253900.3300.640.0190.5597.667.25
HexAAFD5A2104015b6243
Octal2523751324101001133142103
Binary10101010111111011011010100001010000001101101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD5A; }

 p { color: rgb(170,253,90); }

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

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

 a { background-color: rgb(170,253,90); }

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

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

 span { border-color: rgb(170,253,90); }

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