Html Css Color HEX #14B725 Dark Pastel Green

📋 copy color: '#14B725'

red 20 ◦ green 183 ◦ blue 37

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

Shades of Dark Pastel Green #14B725

Tints of Dark Pastel Green #14B725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 76.25%

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 8.33%
G = 76.25%
B = 15.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#14B725 (or 0x14B725) is known color: Dark Pastel Green. HEX triplet: 14, B7 and 25. RGB value is (20,183,37). Sum of RGB (Red+Green+Blue) = 20+183+37=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 183 (71.88% from 255 or 76.25% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 183 - color contains mainly: green. Hex color #14B725 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B725 is #EB48DA. Grayscale: #767676. Windows color (decimal): -15419611 or 2471700. OLE color: 2471700.

HSL color Cylindrical-coordinate representation of color #14B725: hue angle of 126.26º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B725 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 183 37 -
CMYK 0.89 0 0.80 0.28
HSL 126.26º 0.8% 0.4% -
HSV(B) 126.26º 0.89% 0.72% -
XYZ 17.56 34.15 7.42 -
YUV 117.62 82.5 58.37 -
System Red Green Blue C M Y K H S L
Decimal 20 183 37 0.89 0 0.80 0.28 126.26 0.8 0.4
Hex 14 B7 25 59 0 50 1C 7E 50 28
Octal 24 267 45 131 0 120 34 176 120 50
Binary 10100 10110111 100101 1011001 0 1010000 11100 1111110 1010000 101000

Color Harmonies of #14B725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B725

Black with #14B725

Text Example


Text Example

White with #14B725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,183,37); }

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

background-color css

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

 a { background-color: rgb(20,183,37); }

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

border-color css

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

 span { border-color: rgb(20,183,37); }

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