Html Css Color HEX #14BD2C Dark Pastel Green

📋 copy color: '#14BD2C'

red 20 ◦ green 189 ◦ blue 44

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

Shades of Dark Pastel Green #14BD2C

Tints of Dark Pastel Green #14BD2C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 74.7%

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

R = 7.91%
G = 74.7%
B = 17.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#14BD2C (or 0x14BD2C) is known color: Dark Pastel Green. HEX triplet: 14, BD and 2C. RGB value is (20,189,44). Sum of RGB (Red+Green+Blue) = 20+189+44=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 189 (74.22% from 255 or 74.70% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BD2C is #EB42D3. Grayscale: #7A7A7A. Windows color (decimal): -15418068 or 2931988. OLE color: 2931988.

HSL color Cylindrical-coordinate representation of color #14BD2C: hue angle of 128.52º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD2C is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 189 44 -
CMYK 0.89 0 0.77 0.26
HSL 128.52º 0.81% 0.41% -
HSV(B) 128.52º 0.89% 0.74% -
XYZ 18.94 36.73 8.47 -
YUV 121.94 84.01 55.29 -
System Red Green Blue C M Y K H S L
Decimal 20 189 44 0.89 0 0.77 0.26 128.52 0.81 0.41
Hex 14 BD 2C 59 0 4D 1A 81 51 29
Octal 24 275 54 131 0 115 32 201 121 51
Binary 10100 10111101 101100 1011001 0 1001101 11010 10000001 1010001 101001

Color Harmonies of #14BD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BD2C

Black with #14BD2C

Text Example


Text Example

White with #14BD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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