Html Css Color HEX #AAFC04 Spring Bud

📋 copy color: '#AAFC04'

red 170 ◦ green 252 ◦ blue 4

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

Shades of Spring Bud #AAFC04

Tints of Spring Bud #AAFC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.15%

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

R = 39.91%
G = 59.15%
B = 0.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#AAFC04 (or 0xAAFC04) is known color: Spring Bud. HEX triplet: AA, FC and 04. RGB value is (170,252,4). Sum of RGB (Red+Green+Blue) = 170+252+4=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC04 is #5503FB. Grayscale: #C8C8C8. Windows color (decimal): -5571580 or 326826. OLE color: 326826.

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

Color convert

RGB 170 252 4 -
CMYK 0.33 0 0.98 0.01
HSL 79.84º 0.98% 0.5% -
HSV(B) 79.84º 0.98% 0.99% -
XYZ 51.41 78.18 12.49 -
YUV 199.21 17.83 107.17 -
System Red Green Blue C M Y K H S L
Decimal 170 252 4 0.33 0 0.98 0.01 79.84 0.98 0.5
Hex AA FC 4 21 0 62 1 50 62 32
Octal 252 374 4 41 0 142 1 120 142 62
Binary 10101010 11111100 100 100001 0 1100010 1 1010000 1100010 110010

Color Harmonies of #AAFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC04

Black with #AAFC04

Text Example


Text Example

White with #AAFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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