Html Css Color HEX #14BE52 Dark Pastel Green

📋 copy color: '#14BE52'

red 20 ◦ green 190 ◦ blue 82

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

Shades of Dark Pastel Green #14BE52

Tints of Dark Pastel Green #14BE52

RGB

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

 GREEN value IS 190 (74.61% from 255) = 65.07%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 6.85%
G = 65.07%
B = 28.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#14BE52 (or 0x14BE52) is known color: Dark Pastel Green. HEX triplet: 14, BE and 52. RGB value is (20,190,82). Sum of RGB (Red+Green+Blue) = 20+190+82=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE52 is #EB41AD. Grayscale: #7F7F7F. Windows color (decimal): -15417774 or 5422612. OLE color: 5422612.

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

Color convert

RGB 20 190 82 -
CMYK 0.89 0 0.57 0.25
HSL 141.88º 0.81% 0.41% -
HSV(B) 141.88º 0.89% 0.75% -
XYZ 20.22 37.58 14.17 -
YUV 126.86 102.68 51.78 -
System Red Green Blue C M Y K H S L
Decimal 20 190 82 0.89 0 0.57 0.25 141.88 0.81 0.41
Hex 14 BE 52 59 0 39 19 8E 51 29
Octal 24 276 122 131 0 71 31 216 121 51
Binary 10100 10111110 1010010 1011001 0 111001 11001 10001110 1010001 101001

Color Harmonies of #14BE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE52

Black with #14BE52

Text Example


Text Example

White with #14BE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,190,82); }

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

background-color css

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

 a { background-color: rgb(20,190,82); }

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

border-color css

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

 span { border-color: rgb(20,190,82); }

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