Html Css Color HEX #AAFA0B Spring Bud

📋 copy color: '#AAFA0B'

red 170 ◦ green 250 ◦ blue 11

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

Shades of Spring Bud #AAFA0B

Tints of Spring Bud #AAFA0B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58%

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

R = 39.44%
G = 58%
B = 2.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#AAFA0B (or 0xAAFA0B) is known color: Spring Bud. HEX triplet: AA, FA and 0B. RGB value is (170,250,11). Sum of RGB (Red+Green+Blue) = 170+250+11=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA0B is #5505F4. Grayscale: #C7C7C7. Windows color (decimal): -5572085 or 785066. OLE color: 785066.

HSL color Cylindrical-coordinate representation of color #AAFA0B: hue angle of 80.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAFA0B is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 11 -
CMYK 0.32 0 0.96 0.02
HSL 80.08º 0.96% 0.51% -
HSV(B) 80.08º 0.96% 0.98% -
XYZ 50.82 76.94 12.49 -
YUV 198.83 22 107.43 -
System Red Green Blue C M Y K H S L
Decimal 170 250 11 0.32 0 0.96 0.02 80.08 0.96 0.51
Hex AA FA B 20 0 60 2 50 60 33
Octal 252 372 13 40 0 140 2 120 140 63
Binary 10101010 11111010 1011 100000 0 1100000 10 1010000 1100000 110011

Color Harmonies of #AAFA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA0B

Black with #AAFA0B

Text Example


Text Example

White with #AAFA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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