Html Css Color HEX #14CD2C Dark Pastel Green

📋 copy color: '#14CD2C'

red 20 ◦ green 205 ◦ blue 44

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

Shades of Dark Pastel Green #14CD2C

Tints of Dark Pastel Green #14CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 76.21%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 7.43%
G = 76.21%
B = 16.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#14CD2C (or 0x14CD2C) is known color: Dark Pastel Green. HEX triplet: 14, CD and 2C. RGB value is (20,205,44). Sum of RGB (Red+Green+Blue) = 20+205+44=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CD2C is #EB32D3. Grayscale: #838383. Windows color (decimal): -15413972 or 2936084. OLE color: 2936084.

HSL color Cylindrical-coordinate representation of color #14CD2C: hue angle of 127.78º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD2C is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 44 -
CMYK 0.90 0 0.79 0.20
HSL 127.78º 0.82% 0.44% -
HSV(B) 127.78º 0.9% 0.8% -
XYZ 22.57 43.99 9.68 -
YUV 131.33 78.71 48.59 -
System Red Green Blue C M Y K H S L
Decimal 20 205 44 0.90 0 0.79 0.20 127.78 0.82 0.44
Hex 14 CD 2C 5A 0 4F 14 80 52 2C
Octal 24 315 54 132 0 117 24 200 122 54
Binary 10100 11001101 101100 1011010 0 1001111 10100 10000000 1010010 101100

Color Harmonies of #14CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD2C

Black with #14CD2C

Text Example


Text Example

White with #14CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,205,44); }

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

background-color css

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

 a { background-color: rgb(20,205,44); }

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

border-color css

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

 span { border-color: rgb(20,205,44); }

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