Html Css Color HEX #13D27D Mountain Meadow

📋 copy color: '#13D27D'

red 19 ◦ green 210 ◦ blue 125

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

Shades of Mountain Meadow #13D27D

Tints of Mountain Meadow #13D27D

RGB

 RED value IS 19 (7.81% from 255) = 5.37%

 GREEN value IS 210 (82.42% from 255) = 59.32%

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 5.37%
G = 59.32%
B = 35.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#13D27D (or 0x13D27D) is known color: Mountain Meadow. HEX triplet: 13, D2 and 7D. RGB value is (19,210,125). Sum of RGB (Red+Green+Blue) = 19+210+125=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 210 (82.42% from 255 or 59.32% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 210 - color contains mainly: green. Hex color #13D27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D27D is #EC2D82. Grayscale: #8F8F8F. Windows color (decimal): -15478147 or 8245779. OLE color: 8245779.

HSL color Cylindrical-coordinate representation of color #13D27D: hue angle of 153.3º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D27D is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 210 125 -
CMYK 0.91 0 0.40 0.18
HSL 153.3º 0.83% 0.45% -
HSV(B) 153.3º 0.91% 0.82% -
XYZ 27.02 47.71 27.19 -
YUV 143.2 117.72 39.41 -
System Red Green Blue C M Y K H S L
Decimal 19 210 125 0.91 0 0.40 0.18 153.3 0.83 0.45
Hex 13 D2 7D 5B 0 28 12 99 53 2D
Octal 23 322 175 133 0 50 22 231 123 55
Binary 10011 11010010 1111101 1011011 0 101000 10010 10011001 1010011 101101

Color Harmonies of #13D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D27D

Black with #13D27D

Text Example


Text Example

White with #13D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13D27D; }

 p { color: rgb(19,210,125); }

 H1.HeaderClassName
 {
   color: #13D27D;
 }
 .AnyTagClassName
 {
   color: #13D27D;
 }
</style>

background-color css

<style>
 a { background-color: #13D27D; }

 a { background-color: rgb(19,210,125); }

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

border-color css

<style>
 span { border-color: #13D27D; }

 span { border-color: rgb(19,210,125); }

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