Html Css Color HEX #14CD2D Dark Pastel Green

📋 copy color: '#14CD2D'

red 20 ◦ green 205 ◦ blue 45

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

Shades of Dark Pastel Green #14CD2D

Tints of Dark Pastel Green #14CD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 7.41%
G = 75.93%
B = 16.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#14CD2D (or 0x14CD2D) is known color: Dark Pastel Green. HEX triplet: 14, CD and 2D. RGB value is (20,205,45). Sum of RGB (Red+Green+Blue) = 20+205+45=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CD2D is #EB32D2. Grayscale: #838383. Windows color (decimal): -15413971 or 3001620. OLE color: 3001620.

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

Color convert

RGB 20 205 45 -
CMYK 0.90 0 0.78 0.20
HSL 128.11º 0.82% 0.44% -
HSV(B) 128.11º 0.9% 0.8% -
XYZ 22.59 44 9.78 -
YUV 131.45 79.21 48.51 -
System Red Green Blue C M Y K H S L
Decimal 20 205 45 0.90 0 0.78 0.20 128.11 0.82 0.44
Hex 14 CD 2D 5A 0 4E 14 80 52 2C
Octal 24 315 55 132 0 116 24 200 122 54
Binary 10100 11001101 101101 1011010 0 1001110 10100 10000000 1010010 101100

Color Harmonies of #14CD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD2D

Black with #14CD2D

Text Example


Text Example

White with #14CD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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