Html Css Color HEX #AAF40B Spring Bud

📋 copy color: '#AAF40B'

red 170 ◦ green 244 ◦ blue 11

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

Shades of Spring Bud #AAF40B

Tints of Spring Bud #AAF40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.59%

R = 40%
G = 57.41%
B = 2.59%

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

#AAF40B (or 0xAAF40B) is known color: Spring Bud. HEX triplet: AA, F4 and 0B. RGB value is (170,244,11). Sum of RGB (Red+Green+Blue) = 170+244+11=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF40B is #550BF4. Grayscale: #C4C4C4. Windows color (decimal): -5573621 or 783530. OLE color: 783530.

HSL color Cylindrical-coordinate representation of color #AAF40B: hue angle of 79.06º 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 #AAF40B is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 11 -
CMYK 0.30 0 0.95 0.04
HSL 79.06º 0.91% 0.5% -
HSV(B) 79.06º 0.95% 0.96% -
XYZ 48.99 73.27 11.88 -
YUV 195.31 23.98 109.95 -
System Red Green Blue C M Y K H S L
Decimal 170 244 11 0.30 0 0.95 0.04 79.06 0.91 0.5
Hex AA F4 B 1E 0 5F 4 4F 5B 32
Octal 252 364 13 36 0 137 4 117 133 62
Binary 10101010 11110100 1011 11110 0 1011111 100 1001111 1011011 110010

Color Harmonies of #AAF40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF40B

Black with #AAF40B

Text Example


Text Example

White with #AAF40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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