Html Css Color HEX #AAF80E Spring Bud

📋 copy color: '#AAF80E'

red 170 ◦ green 248 ◦ blue 14

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

Shades of Spring Bud #AAF80E

Tints of Spring Bud #AAF80E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.41%

 BLUE value IS 14 (5.86% from 255) = 3.24%

R = 39.35%
G = 57.41%
B = 3.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#AAF80E (or 0xAAF80E) is known color: Spring Bud. HEX triplet: AA, F8 and 0E. RGB value is (170,248,14). Sum of RGB (Red+Green+Blue) = 170+248+14=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 248 (97.27% from 255 or 57.41% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF80E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF80E is #5507F1. Grayscale: #C6C6C6. Windows color (decimal): -5572594 or 981162. OLE color: 981162.

HSL color Cylindrical-coordinate representation of color #AAF80E: hue angle of 80º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAF80E is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 14 -
CMYK 0.31 0 0.94 0.03
HSL 80º 0.94% 0.51% -
HSV(B) 80º 0.94% 0.97% -
XYZ 50.22 75.71 12.38 -
YUV 198 24.16 108.03 -
System Red Green Blue C M Y K H S L
Decimal 170 248 14 0.31 0 0.94 0.03 80 0.94 0.51
Hex AA F8 E 1F 0 5E 3 50 5E 33
Octal 252 370 16 37 0 136 3 120 136 63
Binary 10101010 11111000 1110 11111 0 1011110 11 1010000 1011110 110011

Color Harmonies of #AAF80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF80E

Black with #AAF80E

Text Example


Text Example

White with #AAF80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF80E; }

 p { color: rgb(170,248,14); }

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

background-color css

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

 a { background-color: rgb(170,248,14); }

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

border-color css

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

 span { border-color: rgb(170,248,14); }

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