Html Css Color HEX #0DC375 Mountain Meadow

📋 copy color: '#0DC375'

red 13 ◦ green 195 ◦ blue 117

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

Shades of Mountain Meadow #0DC375

Tints of Mountain Meadow #0DC375

RGB

 RED value IS 13 (5.47% from 255) = 4%

 GREEN value IS 195 (76.56% from 255) = 60%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 4%
G = 60%
B = 36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#0DC375 (or 0x0DC375) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 75. RGB value is (13,195,117). Sum of RGB (Red+Green+Blue) = 13+195+117=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC375 is #F23C8A. Grayscale: #838383. Windows color (decimal): -15875211 or 7717645. OLE color: 7717645.

HSL color Cylindrical-coordinate representation of color #0DC375: hue angle of 154.29º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC375 is Cyan = 0.93, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 117 -
CMYK 0.93 0 0.4 0.24
HSL 154.29º 0.88% 0.41% -
HSV(B) 154.29º 0.93% 0.76% -
XYZ 22.89 40.4 23.42 -
YUV 131.69 119.7 43.34 -
System Red Green Blue C M Y K H S L
Decimal 13 195 117 0.93 0 0.4 0.24 154.29 0.88 0.41
Hex D C3 75 5D 0 28 18 9A 58 29
Octal 15 303 165 135 0 50 30 232 130 51
Binary 1101 11000011 1110101 1011101 0 101000 11000 10011010 1011000 101001

Color Harmonies of #0DC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC375

Black with #0DC375

Text Example


Text Example

White with #0DC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DC375; }

 p { color: rgb(13,195,117); }

 H1.HeaderClassName
 {
   color: #0DC375;
 }
 .AnyTagClassName
 {
   color: #0DC375;
 }
</style>

background-color css

<style>
 a { background-color: #0DC375; }

 a { background-color: rgb(13,195,117); }

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

border-color css

<style>
 span { border-color: #0DC375; }

 span { border-color: rgb(13,195,117); }

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