Html Css Color HEX #ABFC13 Spring Bud

📋 copy color: '#ABFC13'

red 171 ◦ green 252 ◦ blue 19

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

Shades of Spring Bud #ABFC13

Tints of Spring Bud #ABFC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.3%

R = 38.69%
G = 57.01%
B = 4.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#ABFC13 (or 0xABFC13) is known color: Spring Bud. HEX triplet: AB, FC and 13. RGB value is (171,252,19). Sum of RGB (Red+Green+Blue) = 171+252+19=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC13 is #5403EC. Grayscale: #CACACA. Windows color (decimal): -5506029 or 1309867. OLE color: 1309867.

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

Color convert

RGB 171 252 19 -
CMYK 0.32 0 0.92 0.01
HSL 80.86º 0.97% 0.53% -
HSV(B) 80.86º 0.92% 0.99% -
XYZ 51.72 78.33 13.01 -
YUV 201.22 25.16 106.45 -
System Red Green Blue C M Y K H S L
Decimal 171 252 19 0.32 0 0.92 0.01 80.86 0.97 0.53
Hex AB FC 13 20 0 5C 1 51 61 35
Octal 253 374 23 40 0 134 1 121 141 65
Binary 10101011 11111100 10011 100000 0 1011100 1 1010001 1100001 110101

Color Harmonies of #ABFC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC13

Black with #ABFC13

Text Example


Text Example

White with #ABFC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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