Html Css Color HEX #ABFC14 Spring Bud

📋 copy color: '#ABFC14'

red 171 ◦ green 252 ◦ blue 20

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

Shades of Spring Bud #ABFC14

Tints of Spring Bud #ABFC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.51%

R = 38.6%
G = 56.88%
B = 4.51%

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

#ABFC14 (or 0xABFC14) is known color: Spring Bud. HEX triplet: AB, FC and 14. RGB value is (171,252,20). Sum of RGB (Red+Green+Blue) = 171+252+20=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC14 is #5403EB. Grayscale: #CACACA. Windows color (decimal): -5506028 or 1375403. OLE color: 1375403.

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

Color convert

RGB 171 252 20 -
CMYK 0.32 0 0.92 0.01
HSL 80.95º 0.97% 0.53% -
HSV(B) 80.95º 0.92% 0.99% -
XYZ 51.73 78.33 13.05 -
YUV 201.33 25.66 106.36 -
System Red Green Blue C M Y K H S L
Decimal 171 252 20 0.32 0 0.92 0.01 80.95 0.97 0.53
Hex AB FC 14 20 0 5C 1 51 61 35
Octal 253 374 24 40 0 134 1 121 141 65
Binary 10101011 11111100 10100 100000 0 1011100 1 1010001 1100001 110101

Color Harmonies of #ABFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC14

Black with #ABFC14

Text Example


Text Example

White with #ABFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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