Html Css Color HEX #AAFE14 Spring Bud

📋 copy color: '#AAFE14'

red 170 ◦ green 254 ◦ blue 20

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

Shades of Spring Bud #AAFE14

Tints of Spring Bud #AAFE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.5%

R = 38.29%
G = 57.21%
B = 4.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#AAFE14 (or 0xAAFE14) is known color: Spring Bud. HEX triplet: AA, FE and 14. RGB value is (170,254,20). Sum of RGB (Red+Green+Blue) = 170+254+20=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE14 is #5501EB. Grayscale: #CBCBCB. Windows color (decimal): -5571052 or 1375914. OLE color: 1375914.

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

Color convert

RGB 170 254 20 -
CMYK 0.33 0 0.92 0.00
HSL 81.54º 0.99% 0.54% -
HSV(B) 81.54º 0.92% 1% -
XYZ 52.15 79.48 13.25 -
YUV 202.21 25.17 105.03 -
System Red Green Blue C M Y K H S L
Decimal 170 254 20 0.33 0 0.92 0.00 81.54 0.99 0.54
Hex AA FE 14 21 0 5C 0 52 63 36
Octal 252 376 24 41 0 134 0 122 143 66
Binary 10101010 11111110 10100 100001 0 1011100 0 1010010 1100011 110110

Color Harmonies of #AAFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE14

Black with #AAFE14

Text Example


Text Example

White with #AAFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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