Html Css Color HEX #AAFE04 Spring Bud

📋 copy color: '#AAFE04'

red 170 ◦ green 254 ◦ blue 4

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

Shades of Spring Bud #AAFE04

Tints of Spring Bud #AAFE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 39.72%
G = 59.35%
B = 0.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#AAFE04 (or 0xAAFE04) is known color: Spring Bud. HEX triplet: AA, FE and 04. RGB value is (170,254,4). Sum of RGB (Red+Green+Blue) = 170+254+4=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE04 is #5501FB. Grayscale: #C9C9C9. Windows color (decimal): -5571068 or 327338. OLE color: 327338.

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

Color convert

RGB 170 254 4 -
CMYK 0.33 0 0.98 0.00
HSL 80.16º 0.99% 0.51% -
HSV(B) 80.16º 0.98% 1% -
XYZ 52.04 79.44 12.71 -
YUV 200.38 17.17 106.33 -
System Red Green Blue C M Y K H S L
Decimal 170 254 4 0.33 0 0.98 0.00 80.16 0.99 0.51
Hex AA FE 4 21 0 62 0 50 63 33
Octal 252 376 4 41 0 142 0 120 143 63
Binary 10101010 11111110 100 100001 0 1100010 0 1010000 1100011 110011

Color Harmonies of #AAFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE04

Black with #AAFE04

Text Example


Text Example

White with #AAFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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