Html Css Color HEX #14BA46 Dark Pastel Green

📋 copy color: '#14BA46'

red 20 ◦ green 186 ◦ blue 70

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

Shades of Dark Pastel Green #14BA46

Tints of Dark Pastel Green #14BA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 67.39%

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

R = 7.25%
G = 67.39%
B = 25.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#14BA46 (or 0x14BA46) is known color: Dark Pastel Green. HEX triplet: 14, BA and 46. RGB value is (20,186,70). Sum of RGB (Red+Green+Blue) = 20+186+70=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA46 is #EB45B9. Grayscale: #7B7B7B. Windows color (decimal): -15418810 or 4635156. OLE color: 4635156.

HSL color Cylindrical-coordinate representation of color #14BA46: hue angle of 138.07º degrees, saturation: 0.81, 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 #14BA46 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 186 70 -
CMYK 0.89 0 0.62 0.27
HSL 138.07º 0.81% 0.4% -
HSV(B) 138.07º 0.89% 0.73% -
XYZ 18.95 35.71 11.69 -
YUV 123.14 98 54.43 -
System Red Green Blue C M Y K H S L
Decimal 20 186 70 0.89 0 0.62 0.27 138.07 0.81 0.4
Hex 14 BA 46 59 0 3E 1B 8A 51 28
Octal 24 272 106 131 0 76 33 212 121 50
Binary 10100 10111010 1000110 1011001 0 111110 11011 10001010 1010001 101000

Color Harmonies of #14BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA46

Black with #14BA46

Text Example


Text Example

White with #14BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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