Html Css Color HEX #ABFC10 Spring Bud

📋 copy color: '#ABFC10'

red 171 ◦ green 252 ◦ blue 16

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

Shades of Spring Bud #ABFC10

Tints of Spring Bud #ABFC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 38.95%
G = 57.4%
B = 3.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#ABFC10 (or 0xABFC10) is known color: Spring Bud. HEX triplet: AB, FC and 10. RGB value is (171,252,16). Sum of RGB (Red+Green+Blue) = 171+252+16=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC10 is #5403EF. Grayscale: #C9C9C9. Windows color (decimal): -5506032 or 1113259. OLE color: 1113259.

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

Color convert

RGB 171 252 16 -
CMYK 0.32 0 0.94 0.01
HSL 80.59º 0.98% 0.53% -
HSV(B) 80.59º 0.94% 0.99% -
XYZ 51.7 78.32 12.88 -
YUV 200.88 23.66 106.69 -
System Red Green Blue C M Y K H S L
Decimal 171 252 16 0.32 0 0.94 0.01 80.59 0.98 0.53
Hex AB FC 10 20 0 5E 1 51 62 35
Octal 253 374 20 40 0 136 1 121 142 65
Binary 10101011 11111100 10000 100000 0 1011110 1 1010001 1100010 110101

Color Harmonies of #ABFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC10

Black with #ABFC10

Text Example


Text Example

White with #ABFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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