Html Css Color HEX #14CB2C Dark Pastel Green

📋 copy color: '#14CB2C'

red 20 ◦ green 203 ◦ blue 44

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

Shades of Dark Pastel Green #14CB2C

Tints of Dark Pastel Green #14CB2C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 76.03%

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

R = 7.49%
G = 76.03%
B = 16.48%

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

#14CB2C (or 0x14CB2C) is known color: Dark Pastel Green. HEX triplet: 14, CB and 2C. RGB value is (20,203,44). Sum of RGB (Red+Green+Blue) = 20+203+44=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 203 (79.69% from 255 or 76.03% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB2C is #EB34D3. Grayscale: #828282. Windows color (decimal): -15414484 or 2935572. OLE color: 2935572.

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

Color convert

RGB 20 203 44 -
CMYK 0.90 0 0.78 0.20
HSL 127.87º 0.82% 0.44% -
HSV(B) 127.87º 0.9% 0.8% -
XYZ 22.1 43.04 9.53 -
YUV 130.16 79.37 49.43 -
System Red Green Blue C M Y K H S L
Decimal 20 203 44 0.90 0 0.78 0.20 127.87 0.82 0.44
Hex 14 CB 2C 5A 0 4E 14 80 52 2C
Octal 24 313 54 132 0 116 24 200 122 54
Binary 10100 11001011 101100 1011010 0 1001110 10100 10000000 1010010 101100

Color Harmonies of #14CB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB2C

Black with #14CB2C

Text Example


Text Example

White with #14CB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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