Html Css Color HEX #ABFC0B Spring Bud

📋 copy color: '#ABFC0B'

red 171 ◦ green 252 ◦ blue 11

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

Shades of Spring Bud #ABFC0B

Tints of Spring Bud #ABFC0B

RGB

 RED value IS 171 (67.19% from 255) = 39.4%

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

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

R = 39.4%
G = 58.06%
B = 2.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#ABFC0B (or 0xABFC0B) is known color: Spring Bud. HEX triplet: AB, FC and 0B. RGB value is (171,252,11). Sum of RGB (Red+Green+Blue) = 171+252+11=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC0B is #5403F4. Grayscale: #C9C9C9. Windows color (decimal): -5506037 or 785579. OLE color: 785579.

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

Color convert

RGB 171 252 11 -
CMYK 0.32 0 0.96 0.01
HSL 80.17º 0.98% 0.52% -
HSV(B) 80.17º 0.96% 0.99% -
XYZ 51.67 78.3 12.71 -
YUV 200.31 21.16 107.1 -
System Red Green Blue C M Y K H S L
Decimal 171 252 11 0.32 0 0.96 0.01 80.17 0.98 0.52
Hex AB FC B 20 0 60 1 50 62 34
Octal 253 374 13 40 0 140 1 120 142 64
Binary 10101011 11111100 1011 100000 0 1100000 1 1010000 1100010 110100

Color Harmonies of #ABFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC0B

Black with #ABFC0B

Text Example


Text Example

White with #ABFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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