Html Css Color HEX #14B056 Pigment Green

📋 copy color: '#14B056'

red 20 ◦ green 176 ◦ blue 86

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

Shades of Pigment Green #14B056

Tints of Pigment Green #14B056

RGB

 RED value IS 20 (8.2% from 255) = 7.09%

 GREEN value IS 176 (69.14% from 255) = 62.41%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 7.09%
G = 62.41%
B = 30.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#14B056 (or 0x14B056) is known color: Pigment Green. HEX triplet: 14, B0 and 56. RGB value is (20,176,86). Sum of RGB (Red+Green+Blue) = 20+176+86=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #14B056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B056 is #EB4FA9. Grayscale: #777777. Windows color (decimal): -15421354 or 5681172. OLE color: 5681172.

HSL color Cylindrical-coordinate representation of color #14B056: hue angle of 145.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B056 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 176 86 -
CMYK 0.89 0 0.51 0.31
HSL 145.38º 0.8% 0.38% -
HSV(B) 145.38º 0.89% 0.69% -
XYZ 17.49 31.87 14.03 -
YUV 119.1 109.32 57.32 -
System Red Green Blue C M Y K H S L
Decimal 20 176 86 0.89 0 0.51 0.31 145.38 0.8 0.38
Hex 14 B0 56 59 0 33 1F 91 50 26
Octal 24 260 126 131 0 63 37 221 120 46
Binary 10100 10110000 1010110 1011001 0 110011 11111 10010001 1010000 100110

Color Harmonies of #14B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B056

Black with #14B056

Text Example


Text Example

White with #14B056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14B056; }

 p { color: rgb(20,176,86); }

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

background-color css

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

 a { background-color: rgb(20,176,86); }

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

border-color css

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

 span { border-color: rgb(20,176,86); }

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