Html Css Color HEX #AAF713 Spring Bud

📋 copy color: '#AAF713'

red 170 ◦ green 247 ◦ blue 19

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

Shades of Spring Bud #AAF713

Tints of Spring Bud #AAF713

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.65%

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 38.99%
G = 56.65%
B = 4.36%

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

#AAF713 (or 0xAAF713) is known color: Spring Bud. HEX triplet: AA, F7 and 13. RGB value is (170,247,19). Sum of RGB (Red+Green+Blue) = 170+247+19=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF713 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF713 is #5508EC. Grayscale: #C6C6C6. Windows color (decimal): -5572845 or 1308586. OLE color: 1308586.

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

Color convert

RGB 170 247 19 -
CMYK 0.31 0 0.92 0.03
HSL 80.26º 0.93% 0.52% -
HSV(B) 80.26º 0.92% 0.97% -
XYZ 49.96 75.11 12.48 -
YUV 197.99 26.99 108.04 -
System Red Green Blue C M Y K H S L
Decimal 170 247 19 0.31 0 0.92 0.03 80.26 0.93 0.52
Hex AA F7 13 1F 0 5C 3 50 5D 34
Octal 252 367 23 37 0 134 3 120 135 64
Binary 10101010 11110111 10011 11111 0 1011100 11 1010000 1011101 110100

Color Harmonies of #AAF713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF713

Black with #AAF713

Text Example


Text Example

White with #AAF713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF713; }

 p { color: rgb(170,247,19); }

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

background-color css

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

 a { background-color: rgb(170,247,19); }

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

border-color css

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

 span { border-color: rgb(170,247,19); }

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