Html Css Color HEX #14C131 Dark Pastel Green

📋 copy color: '#14C131'

red 20 ◦ green 193 ◦ blue 49

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

Shades of Dark Pastel Green #14C131

Tints of Dark Pastel Green #14C131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 73.66%

 BLUE value IS 49 (19.53% from 255) = 18.7%

R = 7.63%
G = 73.66%
B = 18.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#14C131 (or 0x14C131) is known color: Dark Pastel Green. HEX triplet: 14, C1 and 31. RGB value is (20,193,49). Sum of RGB (Red+Green+Blue) = 20+193+49=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 193 (75.78% from 255 or 73.66% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 193 - color contains mainly: green. Hex color #14C131 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C131 is #EB3ECE. Grayscale: #7D7D7D. Windows color (decimal): -15417039 or 3260692. OLE color: 3260692.

HSL color Cylindrical-coordinate representation of color #14C131: hue angle of 130.06º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C131 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 49 -
CMYK 0.90 0 0.75 0.24
HSL 130.06º 0.81% 0.42% -
HSV(B) 130.06º 0.9% 0.76% -
XYZ 19.91 38.51 9.29 -
YUV 124.86 85.19 53.21 -
System Red Green Blue C M Y K H S L
Decimal 20 193 49 0.90 0 0.75 0.24 130.06 0.81 0.42
Hex 14 C1 31 5A 0 4B 18 82 51 2A
Octal 24 301 61 132 0 113 30 202 121 52
Binary 10100 11000001 110001 1011010 0 1001011 11000 10000010 1010001 101010

Color Harmonies of #14C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C131

Black with #14C131

Text Example


Text Example

White with #14C131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,193,49); }

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

background-color css

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

 a { background-color: rgb(20,193,49); }

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

border-color css

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

 span { border-color: rgb(20,193,49); }

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