Html Css Color HEX #14C03D Dark Pastel Green

📋 copy color: '#14C03D'

red 20 ◦ green 192 ◦ blue 61

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

Shades of Dark Pastel Green #14C03D

Tints of Dark Pastel Green #14C03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.33%

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 7.33%
G = 70.33%
B = 22.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#14C03D (or 0x14C03D) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 3D. RGB value is (20,192,61). Sum of RGB (Red+Green+Blue) = 20+192+61=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #14C03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C03D is #EB3FC2. Grayscale: #7D7D7D. Windows color (decimal): -15417283 or 4046868. OLE color: 4046868.

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

Color convert

RGB 20 192 61 -
CMYK 0.90 0 0.68 0.25
HSL 134.3º 0.81% 0.42% -
HSV(B) 134.3º 0.9% 0.75% -
XYZ 19.98 38.18 10.73 -
YUV 125.64 91.52 52.65 -
System Red Green Blue C M Y K H S L
Decimal 20 192 61 0.90 0 0.68 0.25 134.3 0.81 0.42
Hex 14 C0 3D 5A 0 44 19 86 51 2A
Octal 24 300 75 132 0 104 31 206 121 52
Binary 10100 11000000 111101 1011010 0 1000100 11001 10000110 1010001 101010

Color Harmonies of #14C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C03D

Black with #14C03D

Text Example


Text Example

White with #14C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,192,61); }

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

background-color css

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

 a { background-color: rgb(20,192,61); }

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

border-color css

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

 span { border-color: rgb(20,192,61); }

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