Html Css Color HEX #14C124 Dark Pastel Green

📋 copy color: '#14C124'

red 20 ◦ green 193 ◦ blue 36

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

Shades of Dark Pastel Green #14C124

Tints of Dark Pastel Green #14C124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 8.03%
G = 77.51%
B = 14.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#14C124 (or 0x14C124) is known color: Dark Pastel Green. HEX triplet: 14, C1 and 24. RGB value is (20,193,36). Sum of RGB (Red+Green+Blue) = 20+193+36=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #14C124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C124 is #EB3EDB. Grayscale: #7B7B7B. Windows color (decimal): -15417052 or 2408724. OLE color: 2408724.

HSL color Cylindrical-coordinate representation of color #14C124: hue angle of 125.55º 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 #14C124 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 36 -
CMYK 0.90 0 0.81 0.24
HSL 125.55º 0.81% 0.42% -
HSV(B) 125.55º 0.9% 0.76% -
XYZ 19.68 38.42 8.05 -
YUV 123.38 78.69 54.27 -
System Red Green Blue C M Y K H S L
Decimal 20 193 36 0.90 0 0.81 0.24 125.55 0.81 0.42
Hex 14 C1 24 5A 0 51 18 7E 51 2A
Octal 24 301 44 132 0 121 30 176 121 52
Binary 10100 11000001 100100 1011010 0 1010001 11000 1111110 1010001 101010

Color Harmonies of #14C124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C124

Black with #14C124

Text Example


Text Example

White with #14C124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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