Html Css Color HEX #AAFC13 Spring Bud

📋 copy color: '#AAFC13'

red 170 ◦ green 252 ◦ blue 19

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

Shades of Spring Bud #AAFC13

Tints of Spring Bud #AAFC13

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.14%

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

R = 38.55%
G = 57.14%
B = 4.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#AAFC13 (or 0xAAFC13) is known color: Spring Bud. HEX triplet: AA, FC and 13. RGB value is (170,252,19). Sum of RGB (Red+Green+Blue) = 170+252+19=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC13 is #5503EC. Grayscale: #C9C9C9. Windows color (decimal): -5571565 or 1309866. OLE color: 1309866.

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

Color convert

RGB 170 252 19 -
CMYK 0.33 0 0.92 0.01
HSL 81.12º 0.97% 0.53% -
HSV(B) 81.12º 0.92% 0.99% -
XYZ 51.51 78.21 13 -
YUV 200.92 25.33 105.95 -
System Red Green Blue C M Y K H S L
Decimal 170 252 19 0.33 0 0.92 0.01 81.12 0.97 0.53
Hex AA FC 13 21 0 5C 1 51 61 35
Octal 252 374 23 41 0 134 1 121 141 65
Binary 10101010 11111100 10011 100001 0 1011100 1 1010001 1100001 110101

Color Harmonies of #AAFC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC13

Black with #AAFC13

Text Example


Text Example

White with #AAFC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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