Html Css Color HEX #AAF20B Spring Bud

📋 copy color: '#AAF20B'

red 170 ◦ green 242 ◦ blue 11

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

Shades of Spring Bud #AAF20B

Tints of Spring Bud #AAF20B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.21%

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

R = 40.19%
G = 57.21%
B = 2.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#AAF20B (or 0xAAF20B) is known color: Spring Bud. HEX triplet: AA, F2 and 0B. RGB value is (170,242,11). Sum of RGB (Red+Green+Blue) = 170+242+11=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF20B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF20B is #550DF4. Grayscale: #C2C2C2. Windows color (decimal): -5574133 or 783018. OLE color: 783018.

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

Color convert

RGB 170 242 11 -
CMYK 0.30 0 0.95 0.05
HSL 78.7º 0.91% 0.5% -
HSV(B) 78.7º 0.95% 0.95% -
XYZ 48.39 72.07 11.68 -
YUV 194.14 24.65 110.78 -
System Red Green Blue C M Y K H S L
Decimal 170 242 11 0.30 0 0.95 0.05 78.7 0.91 0.5
Hex AA F2 B 1E 0 5F 5 4F 5B 32
Octal 252 362 13 36 0 137 5 117 133 62
Binary 10101010 11110010 1011 11110 0 1011111 101 1001111 1011011 110010

Color Harmonies of #AAF20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF20B

Black with #AAF20B

Text Example


Text Example

White with #AAF20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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