Html Css Color HEX #AAF410 Spring Bud

📋 copy color: '#AAF410'

red 170 ◦ green 244 ◦ blue 16

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

Shades of Spring Bud #AAF410

Tints of Spring Bud #AAF410

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.74%

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 39.53%
G = 56.74%
B = 3.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#AAF410 (or 0xAAF410) is known color: Spring Bud. HEX triplet: AA, F4 and 10. RGB value is (170,244,16). Sum of RGB (Red+Green+Blue) = 170+244+16=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF410 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF410 is #550BEF. Grayscale: #C4C4C4. Windows color (decimal): -5573616 or 1111210. OLE color: 1111210.

HSL color Cylindrical-coordinate representation of color #AAF410: hue angle of 79.47º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF410 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 16 -
CMYK 0.30 0 0.93 0.04
HSL 79.47º 0.91% 0.51% -
HSV(B) 79.47º 0.93% 0.96% -
XYZ 49.02 73.28 12.05 -
YUV 195.88 26.48 109.54 -
System Red Green Blue C M Y K H S L
Decimal 170 244 16 0.30 0 0.93 0.04 79.47 0.91 0.51
Hex AA F4 10 1E 0 5D 4 4F 5B 33
Octal 252 364 20 36 0 135 4 117 133 63
Binary 10101010 11110100 10000 11110 0 1011101 100 1001111 1011011 110011

Color Harmonies of #AAF410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF410

Black with #AAF410

Text Example


Text Example

White with #AAF410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF410; }

 p { color: rgb(170,244,16); }

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

background-color css

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

 a { background-color: rgb(170,244,16); }

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

border-color css

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

 span { border-color: rgb(170,244,16); }

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