#AAFF12

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

Shades of Spring Bud #AAFF12

Tints of Spring Bud #AAFF12

Color information

#AAFF12 (or 0xAAFF12) is unknown color: approx Spring Bud. HEX triplet: AA, FF and 12. RGB value is (170,255,18). Sum of RGB (Red+Green+Blue) = 170+255+18=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF12 is #5500ED. Grayscale: #CBCBCB. Windows color (decimal): -5570798 or 1245098. OLE color: 1245098.

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

Color convert

RGB17025518-
CMYK0.3300.930
HSL81.52º100%53.53%-
HSV(B)81.52º92.94%100%-
XYZ52.4580.1113.27-
YUV202.5723.84104.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 255 (100% from 255) = 57.56%
BLUE value IS 18 (7.42% from 255) = 4.06%
R=38.37%
G=57.56%
B=4.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170255180.3300.93081.5210053.53
HexAAFF122105D0526436
Octal25237722410135012214466
Binary10101010111111111001010000101011101010100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF12; }

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

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

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

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

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

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

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

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