Html Css Color HEX #AAFC0B Spring Bud

📋 copy color: '#AAFC0B'

red 170 ◦ green 252 ◦ blue 11

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

Shades of Spring Bud #AAFC0B

Tints of Spring Bud #AAFC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.2%

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

R = 39.26%
G = 58.2%
B = 2.54%

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

#AAFC0B (or 0xAAFC0B) is known color: Spring Bud. HEX triplet: AA, FC and 0B. RGB value is (170,252,11). Sum of RGB (Red+Green+Blue) = 170+252+11=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 252 (98.83% from 255 or 58.20% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC0B is #5503F4. Grayscale: #C8C8C8. Windows color (decimal): -5571573 or 785578. OLE color: 785578.

HSL color Cylindrical-coordinate representation of color #AAFC0B: hue angle of 80.41º 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 #AAFC0B is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 11 -
CMYK 0.33 0 0.96 0.01
HSL 80.41º 0.98% 0.52% -
HSV(B) 80.41º 0.96% 0.99% -
XYZ 51.45 78.19 12.7 -
YUV 200.01 21.33 106.6 -
System Red Green Blue C M Y K H S L
Decimal 170 252 11 0.33 0 0.96 0.01 80.41 0.98 0.52
Hex AA FC B 21 0 60 1 50 62 34
Octal 252 374 13 41 0 140 1 120 142 64
Binary 10101010 11111100 1011 100001 0 1100000 1 1010000 1100010 110100

Color Harmonies of #AAFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC0B

Black with #AAFC0B

Text Example


Text Example

White with #AAFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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