Html Css Color HEX #AAFA02 Spring Bud

📋 copy color: '#AAFA02'

red 170 ◦ green 250 ◦ blue 2

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

Shades of Spring Bud #AAFA02

Tints of Spring Bud #AAFA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.24%

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

R = 40.28%
G = 59.24%
B = 0.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#AAFA02 (or 0xAAFA02) is known color: Spring Bud. HEX triplet: AA, FA and 02. RGB value is (170,250,2). Sum of RGB (Red+Green+Blue) = 170+250+2=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA02 is #5505FD. Grayscale: #C6C6C6. Windows color (decimal): -5572094 or 195242. OLE color: 195242.

HSL color Cylindrical-coordinate representation of color #AAFA02: hue angle of 79.35º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAFA02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 2 -
CMYK 0.32 0 0.99 0.02
HSL 79.35º 0.98% 0.49% -
HSV(B) 79.35º 0.99% 0.98% -
XYZ 50.77 76.92 12.23 -
YUV 197.81 17.5 108.17 -
System Red Green Blue C M Y K H S L
Decimal 170 250 2 0.32 0 0.99 0.02 79.35 0.98 0.49
Hex AA FA 2 20 0 63 2 4F 62 31
Octal 252 372 2 40 0 143 2 117 142 61
Binary 10101010 11111010 10 100000 0 1100011 10 1001111 1100010 110001

Color Harmonies of #AAFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA02

Black with #AAFA02

Text Example


Text Example

White with #AAFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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