Html Css Color HEX #AAF000 Spring Bud

📋 copy color: '#AAF000'

red 170 ◦ green 240 ◦ blue 0

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

Shades of Spring Bud #AAF000

Tints of Spring Bud #AAF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.54%

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

R = 41.46%
G = 58.54%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#AAF000 (or 0xAAF000) is known color: Spring Bud. HEX triplet: AA, F0 and 00. RGB value is (170,240,0). Sum of RGB (Red+Green+Blue) = 170+240+0=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 240 (94.14% from 255 or 58.54% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF000 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF000 is #550FFF. Grayscale: #C0C0C0. Windows color (decimal): -5574656 or 61610. OLE color: 61610.

HSL color Cylindrical-coordinate representation of color #AAF000: hue angle of 77.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF000 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 0 -
CMYK 0.29 0 1 0.06
HSL 77.5º 1% 0.47% -
HSV(B) 77.5º 1% 0.94% -
XYZ 47.74 70.87 11.16 -
YUV 191.71 19.81 112.51 -
System Red Green Blue C M Y K H S L
Decimal 170 240 0 0.29 0 1 0.06 77.5 1 0.47
Hex AA F0 0 1D 0 64 6 4E 64 2F
Octal 252 360 0 35 0 144 6 116 144 57
Binary 10101010 11110000 0 11101 0 1100100 110 1001110 1100100 101111

Color Harmonies of #AAF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF000

Black with #AAF000

Text Example


Text Example

White with #AAF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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