#AAFF03

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

Shades of Spring Bud #AAFF03

Tints of Spring Bud #AAFF03

Color information

#AAFF03 (or 0xAAFF03) is unknown color: approx Spring Bud. HEX triplet: AA, FF and 03. RGB value is (170,255,3). Sum of RGB (Red+Green+Blue) = 170+255+3=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF03 is #5500FC. Grayscale: #C9C9C9. Windows color (decimal): -5570813 or 262058. OLE color: 262058.

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

Color convert

RGB1702553-
CMYK0.3300.990
HSL80.24º100%50.59%-
HSV(B)80.24º98.82%100%-
XYZ52.3580.0712.78-
YUV200.8616.34105.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 255 (100% from 255) = 59.58%
BLUE value IS 3 (1.56% from 255) = 0.70%
R=39.72%
G=59.58%
B=0.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17025530.3300.99080.2410050.59
HexAAFF3210630506433
Octal2523773410143012014463
Binary10101010111111111110000101100011010100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF03; }

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

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

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

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

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

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

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

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