Html Css Color HEX #14CC2E Dark Pastel Green

📋 copy color: '#14CC2E'

red 20 ◦ green 204 ◦ blue 46

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

Shades of Dark Pastel Green #14CC2E

Tints of Dark Pastel Green #14CC2E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.56%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 7.41%
G = 75.56%
B = 17.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#14CC2E (or 0x14CC2E) is known color: Dark Pastel Green. HEX triplet: 14, CC and 2E. RGB value is (20,204,46). Sum of RGB (Red+Green+Blue) = 20+204+46=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC2E is #EB33D1. Grayscale: #838383. Windows color (decimal): -15414226 or 3066900. OLE color: 3066900.

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

Color convert

RGB 20 204 46 -
CMYK 0.90 0 0.77 0.2
HSL 128.48º 0.82% 0.44% -
HSV(B) 128.48º 0.9% 0.8% -
XYZ 22.37 43.53 9.81 -
YUV 130.97 80.04 48.85 -
System Red Green Blue C M Y K H S L
Decimal 20 204 46 0.90 0 0.77 0.2 128.48 0.82 0.44
Hex 14 CC 2E 5A 0 4D 14 80 52 2C
Octal 24 314 56 132 0 115 24 200 122 54
Binary 10100 11001100 101110 1011010 0 1001101 10100 10000000 1010010 101100

Color Harmonies of #14CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC2E

Black with #14CC2E

Text Example


Text Example

White with #14CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,204,46); }

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

background-color css

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

 a { background-color: rgb(20,204,46); }

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

border-color css

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

 span { border-color: rgb(20,204,46); }

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