Html Css Color HEX #AAF815 Spring Bud

📋 copy color: '#AAF815'

red 170 ◦ green 248 ◦ blue 21

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

Shades of Spring Bud #AAF815

Tints of Spring Bud #AAF815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.78%

R = 38.72%
G = 56.49%
B = 4.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#AAF815 (or 0xAAF815) is known color: Spring Bud. HEX triplet: AA, F8 and 15. RGB value is (170,248,21). Sum of RGB (Red+Green+Blue) = 170+248+21=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF815 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF815 is #5507EA. Grayscale: #C7C7C7. Windows color (decimal): -5572587 or 1439914. OLE color: 1439914.

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

Color convert

RGB 170 248 21 -
CMYK 0.31 0 0.92 0.03
HSL 80.62º 0.94% 0.53% -
HSV(B) 80.62º 0.92% 0.97% -
XYZ 50.28 75.74 12.68 -
YUV 198.8 27.66 107.46 -
System Red Green Blue C M Y K H S L
Decimal 170 248 21 0.31 0 0.92 0.03 80.62 0.94 0.53
Hex AA F8 15 1F 0 5C 3 51 5E 35
Octal 252 370 25 37 0 134 3 121 136 65
Binary 10101010 11111000 10101 11111 0 1011100 11 1010001 1011110 110101

Color Harmonies of #AAF815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF815

Black with #AAF815

Text Example


Text Example

White with #AAF815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF815; }

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

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

background-color css

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

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

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

border-color css

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

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

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