Html Css Color HEX #0CC37A Mountain Meadow

📋 copy color: '#0CC37A'

red 12 ◦ green 195 ◦ blue 122

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

Shades of Mountain Meadow #0CC37A

Tints of Mountain Meadow #0CC37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 3.65%
G = 59.27%
B = 37.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#0CC37A (or 0x0CC37A) is known color: Mountain Meadow. HEX triplet: 0C, C3 and 7A. RGB value is (12,195,122). Sum of RGB (Red+Green+Blue) = 12+195+122=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC37A is #F33C85. Grayscale: #848484. Windows color (decimal): -15940742 or 8045324. OLE color: 8045324.

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

Color convert

RGB 12 195 122 -
CMYK 0.94 0 0.37 0.24
HSL 156.07º 0.88% 0.41% -
HSV(B) 156.07º 0.94% 0.76% -
XYZ 23.18 40.51 25.01 -
YUV 131.96 122.37 42.44 -
System Red Green Blue C M Y K H S L
Decimal 12 195 122 0.94 0 0.37 0.24 156.07 0.88 0.41
Hex C C3 7A 5E 0 25 18 9C 58 29
Octal 14 303 172 136 0 45 30 234 130 51
Binary 1100 11000011 1111010 1011110 0 100101 11000 10011100 1011000 101001

Color Harmonies of #0CC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC37A

Black with #0CC37A

Text Example


Text Example

White with #0CC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,195,122); }

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

background-color css

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

 a { background-color: rgb(12,195,122); }

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

border-color css

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

 span { border-color: rgb(12,195,122); }

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