Html Css Color HEX #AAF40D Spring Bud

📋 copy color: '#AAF40D'

red 170 ◦ green 244 ◦ blue 13

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

Shades of Spring Bud #AAF40D

Tints of Spring Bud #AAF40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 39.81%
G = 57.14%
B = 3.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#AAF40D (or 0xAAF40D) is known color: Spring Bud. HEX triplet: AA, F4 and 0D. RGB value is (170,244,13). Sum of RGB (Red+Green+Blue) = 170+244+13=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF40D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF40D is #550BF2. Grayscale: #C4C4C4. Windows color (decimal): -5573619 or 914602. OLE color: 914602.

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

Color convert

RGB 170 244 13 -
CMYK 0.30 0 0.95 0.04
HSL 79.22º 0.91% 0.5% -
HSV(B) 79.22º 0.95% 0.96% -
XYZ 49 73.28 11.94 -
YUV 195.54 24.98 109.78 -
System Red Green Blue C M Y K H S L
Decimal 170 244 13 0.30 0 0.95 0.04 79.22 0.91 0.5
Hex AA F4 D 1E 0 5F 4 4F 5B 32
Octal 252 364 15 36 0 137 4 117 133 62
Binary 10101010 11110100 1101 11110 0 1011111 100 1001111 1011011 110010

Color Harmonies of #AAF40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF40D

Black with #AAF40D

Text Example


Text Example

White with #AAF40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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