Html Css Color HEX #ABF50E Spring Bud

📋 copy color: '#ABF50E'

red 171 ◦ green 245 ◦ blue 14

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

Shades of Spring Bud #ABF50E

Tints of Spring Bud #ABF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.98%

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 39.77%
G = 56.98%
B = 3.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#ABF50E (or 0xABF50E) is known color: Spring Bud. HEX triplet: AB, F5 and 0E. RGB value is (171,245,14). Sum of RGB (Red+Green+Blue) = 171+245+14=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 245 (96.09% from 255 or 56.98% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF50E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF50E is #540AF1. Grayscale: #C5C5C5. Windows color (decimal): -5507826 or 980395. OLE color: 980395.

HSL color Cylindrical-coordinate representation of color #ABF50E: hue angle of 79.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABF50E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 245 14 -
CMYK 0.30 0 0.94 0.04
HSL 79.22º 0.92% 0.51% -
HSV(B) 79.22º 0.94% 0.96% -
XYZ 49.53 73.99 12.09 -
YUV 196.54 24.98 109.78 -
System Red Green Blue C M Y K H S L
Decimal 171 245 14 0.30 0 0.94 0.04 79.22 0.92 0.51
Hex AB F5 E 1E 0 5E 4 4F 5C 33
Octal 253 365 16 36 0 136 4 117 134 63
Binary 10101011 11110101 1110 11110 0 1011110 100 1001111 1011100 110011

Color Harmonies of #ABF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF50E

Black with #ABF50E

Text Example


Text Example

White with #ABF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF50E; }

 p { color: rgb(171,245,14); }

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

background-color css

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

 a { background-color: rgb(171,245,14); }

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

border-color css

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

 span { border-color: rgb(171,245,14); }

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