Html Css Color HEX #AAF500 Spring Bud

📋 copy color: '#AAF500'

red 170 ◦ green 245 ◦ blue 0

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

Shades of Spring Bud #AAF500

Tints of Spring Bud #AAF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 59.04%

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

R = 40.96%
G = 59.04%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#AAF500 (or 0xAAF500) is known color: Spring Bud. HEX triplet: AA, F5 and 00. RGB value is (170,245,0). Sum of RGB (Red+Green+Blue) = 170+245+0=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 245 (96.09% from 255 or 59.04% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF500 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF500 is #550AFF. Grayscale: #C3C3C3. Windows color (decimal): -5573376 or 62890. OLE color: 62890.

HSL color Cylindrical-coordinate representation of color #AAF500: hue angle of 78.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF500 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 0 -
CMYK 0.31 0 1 0.04
HSL 78.37º 1% 0.48% -
HSV(B) 78.37º 1% 0.96% -
XYZ 49.23 73.85 11.66 -
YUV 194.65 18.15 110.42 -
System Red Green Blue C M Y K H S L
Decimal 170 245 0 0.31 0 1 0.04 78.37 1 0.48
Hex AA F5 0 1F 0 64 4 4E 64 30
Octal 252 365 0 37 0 144 4 116 144 60
Binary 10101010 11110101 0 11111 0 1100100 100 1001110 1100100 110000

Color Harmonies of #AAF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF500

Black with #AAF500

Text Example


Text Example

White with #AAF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF500; }

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

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

background-color css

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

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

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

border-color css

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

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

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