Html Css Color HEX #13C274 Mountain Meadow

📋 copy color: '#13C274'

red 19 ◦ green 194 ◦ blue 116

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

Shades of Mountain Meadow #13C274

Tints of Mountain Meadow #13C274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.97%

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 5.78%
G = 58.97%
B = 35.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#13C274 (or 0x13C274) is known color: Mountain Meadow. HEX triplet: 13, C2 and 74. RGB value is (19,194,116). Sum of RGB (Red+Green+Blue) = 19+194+116=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #13C274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C274 is #EC3D8B. Grayscale: #848484. Windows color (decimal): -15482252 or 7651859. OLE color: 7651859.

HSL color Cylindrical-coordinate representation of color #13C274: hue angle of 153.26º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C274 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 116 -
CMYK 0.90 0 0.40 0.24
HSL 153.26º 0.82% 0.42% -
HSV(B) 153.26º 0.9% 0.76% -
XYZ 22.71 39.98 23.04 -
YUV 132.78 118.52 46.84 -
System Red Green Blue C M Y K H S L
Decimal 19 194 116 0.90 0 0.40 0.24 153.26 0.82 0.42
Hex 13 C2 74 5A 0 28 18 99 52 2A
Octal 23 302 164 132 0 50 30 231 122 52
Binary 10011 11000010 1110100 1011010 0 101000 11000 10011001 1010010 101010

Color Harmonies of #13C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C274

Black with #13C274

Text Example


Text Example

White with #13C274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,116); }

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

background-color css

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

 a { background-color: rgb(19,194,116); }

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

border-color css

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

 span { border-color: rgb(19,194,116); }

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