Html Css Color HEX #0DCF76 Mountain Meadow

📋 copy color: '#0DCF76'

red 13 ◦ green 207 ◦ blue 118

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

Shades of Mountain Meadow #0DCF76

Tints of Mountain Meadow #0DCF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.24%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 3.85%
G = 61.24%
B = 34.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#0DCF76 (or 0x0DCF76) is known color: Mountain Meadow. HEX triplet: 0D, CF and 76. RGB value is (13,207,118). Sum of RGB (Red+Green+Blue) = 13+207+118=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCF76 is #F23089. Grayscale: #8B8B8B. Windows color (decimal): -15872138 or 7786253. OLE color: 7786253.

HSL color Cylindrical-coordinate representation of color #0DCF76: hue angle of 152.47º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF76 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 207 118 -
CMYK 0.94 0 0.43 0.19
HSL 152.47º 0.88% 0.43% -
HSV(B) 152.47º 0.94% 0.81% -
XYZ 25.75 46.02 24.67 -
YUV 138.85 116.23 38.24 -
System Red Green Blue C M Y K H S L
Decimal 13 207 118 0.94 0 0.43 0.19 152.47 0.88 0.43
Hex D CF 76 5E 0 2B 13 98 58 2B
Octal 15 317 166 136 0 53 23 230 130 53
Binary 1101 11001111 1110110 1011110 0 101011 10011 10011000 1011000 101011

Color Harmonies of #0DCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCF76

Black with #0DCF76

Text Example


Text Example

White with #0DCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,207,118); }

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

background-color css

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

 a { background-color: rgb(13,207,118); }

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

border-color css

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

 span { border-color: rgb(13,207,118); }

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