#AAFF5A

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

Shades of Conifer #AAFF5A

Tints of Conifer #AAFF5A

Color information

#AAFF5A (or 0xAAFF5A) is unknown color: approx Conifer. HEX triplet: AA, FF and 5A. RGB value is (170,255,90). Sum of RGB (Red+Green+Blue) = 170+255+90=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF5A is #5500A5. Grayscale: #D3D3D3. Windows color (decimal): -5570726 or 5963690. OLE color: 5963690.

HSL color Cylindrical-coordinate representation of color #AAFF5A: hue angle of 90.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAFF5A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB17025590-
CMYK0.3300.650
HSL90.91º100%67.65%-
HSV(B)90.91º64.71%100%-
XYZ54.1880.822.41-
YUV210.7759.8498.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 255 (100% from 255) = 49.51%
BLUE value IS 90 (35.55% from 255) = 17.48%
R=33.01%
G=49.51%
B=17.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170255900.3300.65090.9110067.65
HexAAFF5A2104105b6444
Octal2523771324101010133144104
Binary10101010111111111011010100001010000010101101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF5A; }

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

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

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

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

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

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

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

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