Html Css Color HEX #14B942 Dark Pastel Green

📋 copy color: '#14B942'

red 20 ◦ green 185 ◦ blue 66

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

Shades of Dark Pastel Green #14B942

Tints of Dark Pastel Green #14B942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 68.27%

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 7.38%
G = 68.27%
B = 24.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#14B942 (or 0x14B942) is known color: Dark Pastel Green. HEX triplet: 14, B9 and 42. RGB value is (20,185,66). Sum of RGB (Red+Green+Blue) = 20+185+66=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 185 (72.66% from 255 or 68.27% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 185 - color contains mainly: green. Hex color #14B942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B942 is #EB46BD. Grayscale: #7A7A7A. Windows color (decimal): -15419070 or 4372756. OLE color: 4372756.

HSL color Cylindrical-coordinate representation of color #14B942: hue angle of 136.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B942 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 185 66 -
CMYK 0.89 0 0.64 0.27
HSL 136.73º 0.8% 0.4% -
HSV(B) 136.73º 0.89% 0.73% -
XYZ 18.62 35.24 10.97 -
YUV 122.1 96.34 55.18 -
System Red Green Blue C M Y K H S L
Decimal 20 185 66 0.89 0 0.64 0.27 136.73 0.8 0.4
Hex 14 B9 42 59 0 40 1B 89 50 28
Octal 24 271 102 131 0 100 33 211 120 50
Binary 10100 10111001 1000010 1011001 0 1000000 11011 10001001 1010000 101000

Color Harmonies of #14B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B942

Black with #14B942

Text Example


Text Example

White with #14B942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,185,66); }

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

background-color css

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

 a { background-color: rgb(20,185,66); }

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

border-color css

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

 span { border-color: rgb(20,185,66); }

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