Html Css Color HEX #AAFE02 Spring Bud

📋 copy color: '#AAFE02'

red 170 ◦ green 254 ◦ blue 2

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

Shades of Spring Bud #AAFE02

Tints of Spring Bud #AAFE02

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.62%

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

R = 39.91%
G = 59.62%
B = 0.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#AAFE02 (or 0xAAFE02) is known color: Spring Bud. HEX triplet: AA, FE and 02. RGB value is (170,254,2). Sum of RGB (Red+Green+Blue) = 170+254+2=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE02 is #5501FD. Grayscale: #C9C9C9. Windows color (decimal): -5571070 or 196266. OLE color: 196266.

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

Color convert

RGB 170 254 2 -
CMYK 0.33 0 0.99 0.00
HSL 80º 0.99% 0.5% -
HSV(B) 80º 0.99% 1% -
XYZ 52.03 79.43 12.65 -
YUV 200.16 16.17 106.49 -
System Red Green Blue C M Y K H S L
Decimal 170 254 2 0.33 0 0.99 0.00 80 0.99 0.5
Hex AA FE 2 21 0 63 0 50 63 32
Octal 252 376 2 41 0 143 0 120 143 62
Binary 10101010 11111110 10 100001 0 1100011 0 1010000 1100011 110010

Color Harmonies of #AAFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE02

Black with #AAFE02

Text Example


Text Example

White with #AAFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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