Html Css Color HEX #14B240 Dark Pastel Green

📋 copy color: '#14B240'

red 20 ◦ green 178 ◦ blue 64

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

Shades of Dark Pastel Green #14B240

Tints of Dark Pastel Green #14B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 67.94%

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 7.63%
G = 67.94%
B = 24.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#14B240 (or 0x14B240) is known color: Dark Pastel Green. HEX triplet: 14, B2 and 40. RGB value is (20,178,64). Sum of RGB (Red+Green+Blue) = 20+178+64=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #14B240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B240 is #EB4DBF. Grayscale: #767676. Windows color (decimal): -15420864 or 4239892. OLE color: 4239892.

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

Color convert

RGB 20 178 64 -
CMYK 0.89 0 0.64 0.30
HSL 136.71º 0.8% 0.39% -
HSV(B) 136.71º 0.89% 0.7% -
XYZ 17.13 32.36 10.19 -
YUV 117.76 97.65 58.27 -
System Red Green Blue C M Y K H S L
Decimal 20 178 64 0.89 0 0.64 0.30 136.71 0.8 0.39
Hex 14 B2 40 59 0 40 1E 89 50 27
Octal 24 262 100 131 0 100 36 211 120 47
Binary 10100 10110010 1000000 1011001 0 1000000 11110 10001001 1010000 100111

Color Harmonies of #14B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B240

Black with #14B240

Text Example


Text Example

White with #14B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,178,64); }

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

background-color css

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

 a { background-color: rgb(20,178,64); }

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

border-color css

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

 span { border-color: rgb(20,178,64); }

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