Html Css Color HEX #14B753 Pigment Green

📋 copy color: '#14B753'

red 20 ◦ green 183 ◦ blue 83

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

Shades of Pigment Green #14B753

Tints of Pigment Green #14B753

RGB

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

 GREEN value IS 183 (71.88% from 255) = 63.99%

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

R = 6.99%
G = 63.99%
B = 29.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#14B753 (or 0x14B753) is known color: Pigment Green. HEX triplet: 14, B7 and 53. RGB value is (20,183,83). Sum of RGB (Red+Green+Blue) = 20+183+83=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #14B753 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B753 is #EB48AC. Grayscale: #7B7B7B. Windows color (decimal): -15419565 or 5486356. OLE color: 5486356.

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

Color convert

RGB 20 183 83 -
CMYK 0.89 0 0.55 0.28
HSL 143.19º 0.8% 0.4% -
HSV(B) 143.19º 0.89% 0.72% -
XYZ 18.78 34.64 13.88 -
YUV 122.86 105.5 54.63 -
System Red Green Blue C M Y K H S L
Decimal 20 183 83 0.89 0 0.55 0.28 143.19 0.8 0.4
Hex 14 B7 53 59 0 37 1C 8F 50 28
Octal 24 267 123 131 0 67 34 217 120 50
Binary 10100 10110111 1010011 1011001 0 110111 11100 10001111 1010000 101000

Color Harmonies of #14B753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B753

Black with #14B753

Text Example


Text Example

White with #14B753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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