Html Css Color HEX #0CB57D Mountain Meadow

📋 copy color: '#0CB57D'

red 12 ◦ green 181 ◦ blue 125

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

Shades of Mountain Meadow #0CB57D

Tints of Mountain Meadow #0CB57D

RGB

 RED value IS 12 (5.08% from 255) = 3.77%

 GREEN value IS 181 (71.09% from 255) = 56.92%

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

R = 3.77%
G = 56.92%
B = 39.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#0CB57D (or 0x0CB57D) is known color: Mountain Meadow. HEX triplet: 0C, B5 and 7D. RGB value is (12,181,125). Sum of RGB (Red+Green+Blue) = 12+181+125=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB57D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB57D is #F34A82. Grayscale: #7C7C7C. Windows color (decimal): -15944323 or 8238348. OLE color: 8238348.

HSL color Cylindrical-coordinate representation of color #0CB57D: hue angle of 160.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB57D is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 181 125 -
CMYK 0.93 0 0.31 0.29
HSL 160.12º 0.88% 0.38% -
HSV(B) 160.12º 0.93% 0.71% -
XYZ 20.38 34.61 25.01 -
YUV 124.09 128.51 48.05 -
System Red Green Blue C M Y K H S L
Decimal 12 181 125 0.93 0 0.31 0.29 160.12 0.88 0.38
Hex C B5 7D 5D 0 1F 1D A0 58 26
Octal 14 265 175 135 0 37 35 240 130 46
Binary 1100 10110101 1111101 1011101 0 11111 11101 10100000 1011000 100110

Color Harmonies of #0CB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB57D

Black with #0CB57D

Text Example


Text Example

White with #0CB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,125); }

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

background-color css

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

 a { background-color: rgb(12,181,125); }

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

border-color css

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

 span { border-color: rgb(12,181,125); }

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