Html Css Color HEX #0CC183 Mountain Meadow

📋 copy color: '#0CC183'

red 12 ◦ green 193 ◦ blue 131

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

Shades of Mountain Meadow #0CC183

Tints of Mountain Meadow #0CC183

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.44%

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 3.57%
G = 57.44%
B = 38.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#0CC183 (or 0x0CC183) is known color: Mountain Meadow. HEX triplet: 0C, C1 and 83. RGB value is (12,193,131). Sum of RGB (Red+Green+Blue) = 12+193+131=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC183 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC183 is #F33E7C. Grayscale: #838383. Windows color (decimal): -15941245 or 8634636. OLE color: 8634636.

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

Color convert

RGB 12 193 131 -
CMYK 0.94 0 0.32 0.24
HSL 159.45º 0.88% 0.4% -
HSV(B) 159.45º 0.94% 0.76% -
XYZ 23.32 39.86 27.94 -
YUV 131.81 127.53 42.54 -
System Red Green Blue C M Y K H S L
Decimal 12 193 131 0.94 0 0.32 0.24 159.45 0.88 0.4
Hex C C1 83 5E 0 20 18 9F 58 28
Octal 14 301 203 136 0 40 30 237 130 50
Binary 1100 11000001 10000011 1011110 0 100000 11000 10011111 1011000 101000

Color Harmonies of #0CC183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC183

Black with #0CC183

Text Example


Text Example

White with #0CC183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,193,131); }

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

background-color css

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

 a { background-color: rgb(12,193,131); }

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

border-color css

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

 span { border-color: rgb(12,193,131); }

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