Html Css Color HEX #AAFF0B Spring Bud

📋 copy color: '#AAFF0B'

red 170 ◦ green 255 ◦ blue 11

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

Shades of Spring Bud #AAFF0B

Tints of Spring Bud #AAFF0B

RGB

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

 GREEN value IS 255 (100% from 255) = 58.49%

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

R = 38.99%
G = 58.49%
B = 2.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#AAFF0B (or 0xAAFF0B) is known color: Spring Bud. HEX triplet: AA, FF and 0B. RGB value is (170,255,11). Sum of RGB (Red+Green+Blue) = 170+255+11=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF0B is #5500F4. Grayscale: #CACACA. Windows color (decimal): -5570805 or 786346. OLE color: 786346.

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

Color convert

RGB 170 255 11 -
CMYK 0.33 0 0.96 0
HSL 80.9º 1% 0.52% -
HSV(B) 80.9º 0.96% 1% -
XYZ 52.4 80.09 13.01 -
YUV 201.77 20.34 105.34 -
System Red Green Blue C M Y K H S L
Decimal 170 255 11 0.33 0 0.96 0 80.9 1 0.52
Hex AA FF B 21 0 60 0 51 64 34
Octal 252 377 13 41 0 140 0 121 144 64
Binary 10101010 11111111 1011 100001 0 1100000 0 1010001 1100100 110100

Color Harmonies of #AAFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF0B

Black with #AAFF0B

Text Example


Text Example

White with #AAFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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