Html Css Color HEX #AAF915 Spring Bud

📋 copy color: '#AAF915'

red 170 ◦ green 249 ◦ blue 21

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

Shades of Spring Bud #AAF915

Tints of Spring Bud #AAF915

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.59%

 BLUE value IS 21 (8.59% from 255) = 4.77%

R = 38.64%
G = 56.59%
B = 4.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#AAF915 (or 0xAAF915) is known color: Spring Bud. HEX triplet: AA, F9 and 15. RGB value is (170,249,21). Sum of RGB (Red+Green+Blue) = 170+249+21=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF915 is #5506EA. Grayscale: #C8C8C8. Windows color (decimal): -5572331 or 1440170. OLE color: 1440170.

HSL color Cylindrical-coordinate representation of color #AAF915: hue angle of 80.79º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAF915 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 21 -
CMYK 0.32 0 0.92 0.02
HSL 80.79º 0.95% 0.53% -
HSV(B) 80.79º 0.92% 0.98% -
XYZ 50.59 76.35 12.78 -
YUV 199.39 27.33 107.04 -
System Red Green Blue C M Y K H S L
Decimal 170 249 21 0.32 0 0.92 0.02 80.79 0.95 0.53
Hex AA F9 15 20 0 5C 2 51 5F 35
Octal 252 371 25 40 0 134 2 121 137 65
Binary 10101010 11111001 10101 100000 0 1011100 10 1010001 1011111 110101

Color Harmonies of #AAF915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF915

Black with #AAF915

Text Example


Text Example

White with #AAF915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF915; }

 p { color: rgb(170,249,21); }

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

background-color css

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

 a { background-color: rgb(170,249,21); }

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

border-color css

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

 span { border-color: rgb(170,249,21); }

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