Html Css Color HEX #14B653 Pigment Green

📋 copy color: '#14B653'

red 20 ◦ green 182 ◦ blue 83

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

Shades of Pigment Green #14B653

Tints of Pigment Green #14B653

RGB

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

 GREEN value IS 182 (71.48% from 255) = 63.86%

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 7.02%
G = 63.86%
B = 29.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#14B653 (or 0x14B653) is known color: Pigment Green. HEX triplet: 14, B6 and 53. RGB value is (20,182,83). Sum of RGB (Red+Green+Blue) = 20+182+83=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 182 (71.48% from 255 or 63.86% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 182 - color contains mainly: green. Hex color #14B653 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B653 is #EB49AC. Grayscale: #7A7A7A. Windows color (decimal): -15419821 or 5486100. OLE color: 5486100.

HSL color Cylindrical-coordinate representation of color #14B653: hue angle of 143.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B653 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 182 83 -
CMYK 0.89 0 0.54 0.29
HSL 143.33º 0.8% 0.4% -
HSV(B) 143.33º 0.89% 0.71% -
XYZ 18.58 34.23 13.81 -
YUV 122.28 105.83 55.05 -
System Red Green Blue C M Y K H S L
Decimal 20 182 83 0.89 0 0.54 0.29 143.33 0.8 0.4
Hex 14 B6 53 59 0 36 1D 8F 50 28
Octal 24 266 123 131 0 66 35 217 120 50
Binary 10100 10110110 1010011 1011001 0 110110 11101 10001111 1010000 101000

Color Harmonies of #14B653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B653

Black with #14B653

Text Example


Text Example

White with #14B653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,83); }

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

background-color css

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

 a { background-color: rgb(20,182,83); }

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

border-color css

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

 span { border-color: rgb(20,182,83); }

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