Html Css Color HEX #14BD2B Dark Pastel Green

📋 copy color: '#14BD2B'

red 20 ◦ green 189 ◦ blue 43

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

Shades of Dark Pastel Green #14BD2B

Tints of Dark Pastel Green #14BD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 75%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 7.94%
G = 75%
B = 17.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#14BD2B (or 0x14BD2B) is known color: Dark Pastel Green. HEX triplet: 14, BD and 2B. RGB value is (20,189,43). Sum of RGB (Red+Green+Blue) = 20+189+43=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 189 (74.22% from 255 or 75% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BD2B is #EB42D4. Grayscale: #7A7A7A. Windows color (decimal): -15418069 or 2866452. OLE color: 2866452.

HSL color Cylindrical-coordinate representation of color #14BD2B: hue angle of 128.17º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD2B is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 189 43 -
CMYK 0.89 0 0.77 0.26
HSL 128.17º 0.81% 0.41% -
HSV(B) 128.17º 0.89% 0.74% -
XYZ 18.92 36.72 8.38 -
YUV 121.83 83.51 55.37 -
System Red Green Blue C M Y K H S L
Decimal 20 189 43 0.89 0 0.77 0.26 128.17 0.81 0.41
Hex 14 BD 2B 59 0 4D 1A 80 51 29
Octal 24 275 53 131 0 115 32 200 121 51
Binary 10100 10111101 101011 1011001 0 1001101 11010 10000000 1010001 101001

Color Harmonies of #14BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BD2B

Black with #14BD2B

Text Example


Text Example

White with #14BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,189,43); }

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

background-color css

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

 a { background-color: rgb(20,189,43); }

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

border-color css

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

 span { border-color: rgb(20,189,43); }

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