Html Css Color HEX #14B046 Dark Pastel Green

📋 copy color: '#14B046'

red 20 ◦ green 176 ◦ blue 70

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

Shades of Dark Pastel Green #14B046

Tints of Dark Pastel Green #14B046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 66.17%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 7.52%
G = 66.17%
B = 26.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#14B046 (or 0x14B046) is known color: Dark Pastel Green. HEX triplet: 14, B0 and 46. RGB value is (20,176,70). Sum of RGB (Red+Green+Blue) = 20+176+70=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 176 (69.14% from 255 or 66.17% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 176 - color contains mainly: green. Hex color #14B046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B046 is #EB4FB9. Grayscale: #757575. Windows color (decimal): -15421370 or 4632596. OLE color: 4632596.

HSL color Cylindrical-coordinate representation of color #14B046: hue angle of 139.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B046 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 176 70 -
CMYK 0.89 0 0.60 0.31
HSL 139.23º 0.8% 0.38% -
HSV(B) 139.23º 0.89% 0.69% -
XYZ 16.92 31.64 11.01 -
YUV 117.27 101.32 58.62 -
System Red Green Blue C M Y K H S L
Decimal 20 176 70 0.89 0 0.60 0.31 139.23 0.8 0.38
Hex 14 B0 46 59 0 3C 1F 8B 50 26
Octal 24 260 106 131 0 74 37 213 120 46
Binary 10100 10110000 1000110 1011001 0 111100 11111 10001011 1010000 100110

Color Harmonies of #14B046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B046

Black with #14B046

Text Example


Text Example

White with #14B046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,70); }

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

background-color css

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

 a { background-color: rgb(20,176,70); }

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

border-color css

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

 span { border-color: rgb(20,176,70); }

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