Html Css Color HEX #AAF80A Spring Bud

📋 copy color: '#AAF80A'

red 170 ◦ green 248 ◦ blue 10

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

Shades of Spring Bud #AAF80A

Tints of Spring Bud #AAF80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.34%

R = 39.72%
G = 57.94%
B = 2.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#AAF80A (or 0xAAF80A) is known color: Spring Bud. HEX triplet: AA, F8 and 0A. RGB value is (170,248,10). Sum of RGB (Red+Green+Blue) = 170+248+10=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 248 (97.27% from 255 or 57.94% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF80A is #5507F5. Grayscale: #C6C6C6. Windows color (decimal): -5572598 or 719018. OLE color: 719018.

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

Color convert

RGB 170 248 10 -
CMYK 0.31 0 0.96 0.03
HSL 79.66º 0.94% 0.51% -
HSV(B) 79.66º 0.96% 0.97% -
XYZ 50.2 75.7 12.25 -
YUV 197.55 22.16 108.35 -
System Red Green Blue C M Y K H S L
Decimal 170 248 10 0.31 0 0.96 0.03 79.66 0.94 0.51
Hex AA F8 A 1F 0 60 3 50 5E 33
Octal 252 370 12 37 0 140 3 120 136 63
Binary 10101010 11111000 1010 11111 0 1100000 11 1010000 1011110 110011

Color Harmonies of #AAF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF80A

Black with #AAF80A

Text Example


Text Example

White with #AAF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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