Html Css Color HEX #AAFE10 Spring Bud

📋 copy color: '#AAFE10'

red 170 ◦ green 254 ◦ blue 16

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

Shades of Spring Bud #AAFE10

Tints of Spring Bud #AAFE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 38.64%
G = 57.73%
B = 3.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#AAFE10 (or 0xAAFE10) is known color: Spring Bud. HEX triplet: AA, FE and 10. RGB value is (170,254,16). Sum of RGB (Red+Green+Blue) = 170+254+16=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE10 is #5501EF. Grayscale: #CACACA. Windows color (decimal): -5571056 or 1113770. OLE color: 1113770.

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

Color convert

RGB 170 254 16 -
CMYK 0.33 0 0.94 0.00
HSL 81.18º 0.99% 0.53% -
HSV(B) 81.18º 0.94% 1% -
XYZ 52.11 79.47 13.08 -
YUV 201.75 23.17 105.35 -
System Red Green Blue C M Y K H S L
Decimal 170 254 16 0.33 0 0.94 0.00 81.18 0.99 0.53
Hex AA FE 10 21 0 5E 0 51 63 35
Octal 252 376 20 41 0 136 0 121 143 65
Binary 10101010 11111110 10000 100001 0 1011110 0 1010001 1100011 110101

Color Harmonies of #AAFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE10

Black with #AAFE10

Text Example


Text Example

White with #AAFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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