Html Css Color HEX #AAF10A Spring Bud

📋 copy color: '#AAF10A'

red 170 ◦ green 241 ◦ blue 10

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

Shades of Spring Bud #AAF10A

Tints of Spring Bud #AAF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.24%

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

R = 40.38%
G = 57.24%
B = 2.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#AAF10A (or 0xAAF10A) is known color: Spring Bud. HEX triplet: AA, F1 and 0A. RGB value is (170,241,10). Sum of RGB (Red+Green+Blue) = 170+241+10=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF10A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF10A is #550EF5. Grayscale: #C2C2C2. Windows color (decimal): -5574390 or 717226. OLE color: 717226.

HSL color Cylindrical-coordinate representation of color #AAF10A: hue angle of 78.44º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAF10A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 10 -
CMYK 0.29 0 0.96 0.05
HSL 78.44º 0.92% 0.49% -
HSV(B) 78.44º 0.96% 0.95% -
XYZ 48.09 71.48 11.55 -
YUV 193.44 24.48 111.28 -
System Red Green Blue C M Y K H S L
Decimal 170 241 10 0.29 0 0.96 0.05 78.44 0.92 0.49
Hex AA F1 A 1D 0 60 5 4E 5C 31
Octal 252 361 12 35 0 140 5 116 134 61
Binary 10101010 11110001 1010 11101 0 1100000 101 1001110 1011100 110001

Color Harmonies of #AAF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF10A

Black with #AAF10A

Text Example


Text Example

White with #AAF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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