Html Css Color HEX #ABFE14 Spring Bud

📋 copy color: '#ABFE14'

red 171 ◦ green 254 ◦ blue 20

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

Shades of Spring Bud #ABFE14

Tints of Spring Bud #ABFE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.08%

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

R = 38.43%
G = 57.08%
B = 4.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#ABFE14 (or 0xABFE14) is known color: Spring Bud. HEX triplet: AB, FE and 14. RGB value is (171,254,20). Sum of RGB (Red+Green+Blue) = 171+254+20=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE14 is #5401EB. Grayscale: #CBCBCB. Windows color (decimal): -5505516 or 1375915. OLE color: 1375915.

HSL color Cylindrical-coordinate representation of color #ABFE14: hue angle of 81.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABFE14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 254 20 -
CMYK 0.33 0 0.92 0.00
HSL 81.28º 0.99% 0.54% -
HSV(B) 81.28º 0.92% 1% -
XYZ 52.36 79.59 13.26 -
YUV 202.51 25 105.53 -
System Red Green Blue C M Y K H S L
Decimal 171 254 20 0.33 0 0.92 0.00 81.28 0.99 0.54
Hex AB FE 14 21 0 5C 0 51 63 36
Octal 253 376 24 41 0 134 0 121 143 66
Binary 10101011 11111110 10100 100001 0 1011100 0 1010001 1100011 110110

Color Harmonies of #ABFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFE14

Black with #ABFE14

Text Example


Text Example

White with #ABFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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