#AAFF54

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

Shades of Conifer #AAFF54

Tints of Conifer #AAFF54

Color information

#AAFF54 (or 0xAAFF54) is unknown color: approx Conifer. HEX triplet: AA, FF and 54. RGB value is (170,255,84). Sum of RGB (Red+Green+Blue) = 170+255+84=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF54 is #5500AB. Grayscale: #D2D2D2. Windows color (decimal): -5570732 or 5570474. OLE color: 5570474.

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

Color convert

RGB17025584-
CMYK0.3300.670
HSL89.82º100%66.47%-
HSV(B)89.82º67.06%100%-
XYZ53.9480.7121.12-
YUV210.0956.8499.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 84 (33.20% from 255) = 16.50%
R=33.40%
G=50.10%
B=16.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170255840.3300.67089.8210066.47
HexAAFF542104305a6442
Octal2523771244101030132144102
Binary10101010111111111010100100001010000110101101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF54; }

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

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

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

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

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

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

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

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