Html Css Color HEX #14B542 Dark Pastel Green

📋 copy color: '#14B542'

red 20 ◦ green 181 ◦ blue 66

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

Shades of Dark Pastel Green #14B542

Tints of Dark Pastel Green #14B542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 67.79%

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

R = 7.49%
G = 67.79%
B = 24.72%

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

#14B542 (or 0x14B542) is known color: Dark Pastel Green. HEX triplet: 14, B5 and 42. RGB value is (20,181,66). Sum of RGB (Red+Green+Blue) = 20+181+66=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 181 (71.09% from 255 or 67.79% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 181 - color contains mainly: green. Hex color #14B542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B542 is #EB4ABD. Grayscale: #787878. Windows color (decimal): -15420094 or 4371732. OLE color: 4371732.

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

Color convert

RGB 20 181 66 -
CMYK 0.89 0 0.64 0.29
HSL 137.14º 0.8% 0.39% -
HSV(B) 137.14º 0.89% 0.71% -
XYZ 17.8 33.59 10.7 -
YUV 119.75 97.66 56.85 -
System Red Green Blue C M Y K H S L
Decimal 20 181 66 0.89 0 0.64 0.29 137.14 0.8 0.39
Hex 14 B5 42 59 0 40 1D 89 50 27
Octal 24 265 102 131 0 100 35 211 120 47
Binary 10100 10110101 1000010 1011001 0 1000000 11101 10001001 1010000 100111

Color Harmonies of #14B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B542

Black with #14B542

Text Example


Text Example

White with #14B542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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