Html Css Color HEX #AAFD0B Spring Bud

📋 copy color: '#AAFD0B'

red 170 ◦ green 253 ◦ blue 11

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

Shades of Spring Bud #AAFD0B

Tints of Spring Bud #AAFD0B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.29%

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

R = 39.17%
G = 58.29%
B = 2.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#AAFD0B (or 0xAAFD0B) is known color: Spring Bud. HEX triplet: AA, FD and 0B. RGB value is (170,253,11). Sum of RGB (Red+Green+Blue) = 170+253+11=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 253 (99.22% from 255 or 58.29% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD0B is #5502F4. Grayscale: #C9C9C9. Windows color (decimal): -5571317 or 785834. OLE color: 785834.

HSL color Cylindrical-coordinate representation of color #AAFD0B: hue angle of 80.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAFD0B is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 11 -
CMYK 0.33 0 0.96 0.01
HSL 80.58º 0.98% 0.52% -
HSV(B) 80.58º 0.96% 0.99% -
XYZ 51.76 78.82 12.8 -
YUV 200.6 21 106.18 -
System Red Green Blue C M Y K H S L
Decimal 170 253 11 0.33 0 0.96 0.01 80.58 0.98 0.52
Hex AA FD B 21 0 60 1 51 62 34
Octal 252 375 13 41 0 140 1 121 142 64
Binary 10101010 11111101 1011 100001 0 1100000 1 1010001 1100010 110100

Color Harmonies of #AAFD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD0B

Black with #AAFD0B

Text Example


Text Example

White with #AAFD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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