Html Css Color HEX #14B243 Dark Pastel Green

📋 copy color: '#14B243'

red 20 ◦ green 178 ◦ blue 67

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

Shades of Dark Pastel Green #14B243

Tints of Dark Pastel Green #14B243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 7.55%
G = 67.17%
B = 25.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#14B243 (or 0x14B243) is known color: Dark Pastel Green. HEX triplet: 14, B2 and 43. RGB value is (20,178,67). Sum of RGB (Red+Green+Blue) = 20+178+67=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 178 (69.92% from 255 or 67.17% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 178 - color contains mainly: green. Hex color #14B243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B243 is #EB4DBC. Grayscale: #767676. Windows color (decimal): -15420861 or 4436500. OLE color: 4436500.

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

Color convert

RGB 20 178 67 -
CMYK 0.89 0 0.62 0.30
HSL 137.85º 0.8% 0.39% -
HSV(B) 137.85º 0.89% 0.7% -
XYZ 17.22 32.39 10.66 -
YUV 118.1 99.15 58.03 -
System Red Green Blue C M Y K H S L
Decimal 20 178 67 0.89 0 0.62 0.30 137.85 0.8 0.39
Hex 14 B2 43 59 0 3E 1E 8A 50 27
Octal 24 262 103 131 0 76 36 212 120 47
Binary 10100 10110010 1000011 1011001 0 111110 11110 10001010 1010000 100111

Color Harmonies of #14B243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B243

Black with #14B243

Text Example


Text Example

White with #14B243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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