Html Css Color HEX #AAFC00 Spring Bud

📋 copy color: '#AAFC00'

red 170 ◦ green 252 ◦ blue 0

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

Shades of Spring Bud #AAFC00

Tints of Spring Bud #AAFC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.28%
G = 59.72%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#AAFC00 (or 0xAAFC00) is known color: Spring Bud. HEX triplet: AA, FC and 00. RGB value is (170,252,0). Sum of RGB (Red+Green+Blue) = 170+252+0=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC00 is #5503FF. Grayscale: #C7C7C7. Windows color (decimal): -5571584 or 64682. OLE color: 64682.

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

Color convert

RGB 170 252 0 -
CMYK 0.33 0 1 0.01
HSL 79.52º 1% 0.49% -
HSV(B) 79.52º 1% 0.99% -
XYZ 51.39 78.17 12.38 -
YUV 198.75 15.83 107.49 -
System Red Green Blue C M Y K H S L
Decimal 170 252 0 0.33 0 1 0.01 79.52 1 0.49
Hex AA FC 0 21 0 64 1 50 64 31
Octal 252 374 0 41 0 144 1 120 144 61
Binary 10101010 11111100 0 100001 0 1100100 1 1010000 1100100 110001

Color Harmonies of #AAFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC00

Black with #AAFC00

Text Example


Text Example

White with #AAFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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