Html Css Color HEX #AAFF02 Spring Bud

📋 copy color: '#AAFF02'

red 170 ◦ green 255 ◦ blue 2

#AAFF02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #AAFF02

Tints of Spring Bud #AAFF02

RGB

 RED value IS 170 (66.8% from 255) = 39.81%

 GREEN value IS 255 (100% from 255) = 59.72%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 39.81%
G = 59.72%
B = 0.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#AAFF02 (or 0xAAFF02) is known color: Spring Bud. HEX triplet: AA, FF and 02. RGB value is (170,255,2). Sum of RGB (Red+Green+Blue) = 170+255+2=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF02 is #5500FD. Grayscale: #C9C9C9. Windows color (decimal): -5570814 or 196522. OLE color: 196522.

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

Color convert

RGB 170 255 2 -
CMYK 0.33 0 0.99 0
HSL 80.16º 1% 0.5% -
HSV(B) 80.16º 0.99% 1% -
XYZ 52.35 80.07 12.75 -
YUV 200.74 15.84 106.07 -
System Red Green Blue C M Y K H S L
Decimal 170 255 2 0.33 0 0.99 0 80.16 1 0.5
Hex AA FF 2 21 0 63 0 50 64 32
Octal 252 377 2 41 0 143 0 120 144 62
Binary 10101010 11111111 10 100001 0 1100011 0 1010000 1100100 110010

Color Harmonies of #AAFF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF02

Black with #AAFF02

Text Example


Text Example

White with #AAFF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF02; }

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

 H1.HeaderClassName
 {
   color: #AAFF02;
 }
 .AnyTagClassName
 {
   color: #AAFF02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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