Html Css Color HEX #ABFF14 Spring Bud

📋 copy color: '#ABFF14'

red 171 ◦ green 255 ◦ blue 20

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

Shades of Spring Bud #ABFF14

Tints of Spring Bud #ABFF14

RGB

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

 GREEN value IS 255 (100% from 255) = 57.17%

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

R = 38.34%
G = 57.17%
B = 4.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#ABFF14 (or 0xABFF14) is known color: Spring Bud. HEX triplet: AB, FF and 14. RGB value is (171,255,20). Sum of RGB (Red+Green+Blue) = 171+255+20=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF14 is #5400EB. Grayscale: #CBCBCB. Windows color (decimal): -5505260 or 1376171. OLE color: 1376171.

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

Color convert

RGB 171 255 20 -
CMYK 0.33 0 0.92 0
HSL 81.45º 1% 0.54% -
HSV(B) 81.45º 0.92% 1% -
XYZ 52.68 80.23 13.37 -
YUV 203.09 24.67 105.11 -
System Red Green Blue C M Y K H S L
Decimal 171 255 20 0.33 0 0.92 0 81.45 1 0.54
Hex AB FF 14 21 0 5C 0 51 64 36
Octal 253 377 24 41 0 134 0 121 144 66
Binary 10101011 11111111 10100 100001 0 1011100 0 1010001 1100100 110110

Color Harmonies of #ABFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFF14

Black with #ABFF14

Text Example


Text Example

White with #ABFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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