Html Css Color HEX #ABFA14 Spring Bud

📋 copy color: '#ABFA14'

red 171 ◦ green 250 ◦ blue 20

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

Shades of Spring Bud #ABFA14

Tints of Spring Bud #ABFA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.69%

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

R = 38.78%
G = 56.69%
B = 4.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#ABFA14 (or 0xABFA14) is known color: Spring Bud. HEX triplet: AB, FA and 14. RGB value is (171,250,20). Sum of RGB (Red+Green+Blue) = 171+250+20=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFA14 is #5405EB. Grayscale: #C9C9C9. Windows color (decimal): -5506540 or 1374891. OLE color: 1374891.

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

Color convert

RGB 171 250 20 -
CMYK 0.32 0 0.92 0.02
HSL 80.61º 0.96% 0.53% -
HSV(B) 80.61º 0.92% 0.98% -
XYZ 51.11 77.08 12.85 -
YUV 200.16 26.33 107.2 -
System Red Green Blue C M Y K H S L
Decimal 171 250 20 0.32 0 0.92 0.02 80.61 0.96 0.53
Hex AB FA 14 20 0 5C 2 51 60 35
Octal 253 372 24 40 0 134 2 121 140 65
Binary 10101011 11111010 10100 100000 0 1011100 10 1010001 1100000 110101

Color Harmonies of #ABFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFA14

Black with #ABFA14

Text Example


Text Example

White with #ABFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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