Html Css Color HEX #13D27F Mountain Meadow

📋 copy color: '#13D27F'

red 19 ◦ green 210 ◦ blue 127

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

Shades of Mountain Meadow #13D27F

Tints of Mountain Meadow #13D27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 5.34%
G = 58.99%
B = 35.67%

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

#13D27F (or 0x13D27F) is known color: Mountain Meadow. HEX triplet: 13, D2 and 7F. RGB value is (19,210,127). Sum of RGB (Red+Green+Blue) = 19+210+127=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #13D27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D27F is #EC2D80. Grayscale: #8F8F8F. Windows color (decimal): -15478145 or 8376851. OLE color: 8376851.

HSL color Cylindrical-coordinate representation of color #13D27F: hue angle of 153.93º 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 #13D27F is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 210 127 -
CMYK 0.91 0 0.40 0.18
HSL 153.93º 0.83% 0.45% -
HSV(B) 153.93º 0.91% 0.82% -
XYZ 27.15 47.76 27.87 -
YUV 143.43 118.72 39.25 -
System Red Green Blue C M Y K H S L
Decimal 19 210 127 0.91 0 0.40 0.18 153.93 0.83 0.45
Hex 13 D2 7F 5B 0 28 12 9A 53 2D
Octal 23 322 177 133 0 50 22 232 123 55
Binary 10011 11010010 1111111 1011011 0 101000 10010 10011010 1010011 101101

Color Harmonies of #13D27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D27F

Black with #13D27F

Text Example


Text Example

White with #13D27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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