Html Css Color HEX #14B641 Dark Pastel Green

📋 copy color: '#14B641'

red 20 ◦ green 182 ◦ blue 65

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

Shades of Dark Pastel Green #14B641

Tints of Dark Pastel Green #14B641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 68.16%

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 7.49%
G = 68.16%
B = 24.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#14B641 (or 0x14B641) is known color: Dark Pastel Green. HEX triplet: 14, B6 and 41. RGB value is (20,182,65). Sum of RGB (Red+Green+Blue) = 20+182+65=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 182 (71.48% from 255 or 68.16% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 182 - color contains mainly: green. Hex color #14B641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B641 is #EB49BE. Grayscale: #787878. Windows color (decimal): -15419839 or 4306452. OLE color: 4306452.

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

Color convert

RGB 20 182 65 -
CMYK 0.89 0 0.64 0.29
HSL 136.67º 0.8% 0.4% -
HSV(B) 136.67º 0.89% 0.71% -
XYZ 17.97 33.99 10.61 -
YUV 120.22 96.83 56.51 -
System Red Green Blue C M Y K H S L
Decimal 20 182 65 0.89 0 0.64 0.29 136.67 0.8 0.4
Hex 14 B6 41 59 0 40 1D 89 50 28
Octal 24 266 101 131 0 100 35 211 120 50
Binary 10100 10110110 1000001 1011001 0 1000000 11101 10001001 1010000 101000

Color Harmonies of #14B641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B641

Black with #14B641

Text Example


Text Example

White with #14B641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,65); }

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

background-color css

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

 a { background-color: rgb(20,182,65); }

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

border-color css

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

 span { border-color: rgb(20,182,65); }

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