Html Css Color HEX #0CC883 Mountain Meadow

📋 copy color: '#0CC883'

red 12 ◦ green 200 ◦ blue 131

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

Shades of Mountain Meadow #0CC883

Tints of Mountain Meadow #0CC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.31%

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

R = 3.5%
G = 58.31%
B = 38.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#0CC883 (or 0x0CC883) is known color: Mountain Meadow. HEX triplet: 0C, C8 and 83. RGB value is (12,200,131). Sum of RGB (Red+Green+Blue) = 12+200+131=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC883 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC883 is #F3377C. Grayscale: #888888. Windows color (decimal): -15939453 or 8636428. OLE color: 8636428.

HSL color Cylindrical-coordinate representation of color #0CC883: hue angle of 157.98º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC883 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 200 131 -
CMYK 0.94 0 0.34 0.22
HSL 157.98º 0.89% 0.42% -
HSV(B) 157.98º 0.94% 0.78% -
XYZ 24.9 43.03 28.46 -
YUV 135.92 125.22 39.61 -
System Red Green Blue C M Y K H S L
Decimal 12 200 131 0.94 0 0.34 0.22 157.98 0.89 0.42
Hex C C8 83 5E 0 22 16 9E 59 2A
Octal 14 310 203 136 0 42 26 236 131 52
Binary 1100 11001000 10000011 1011110 0 100010 10110 10011110 1011001 101010

Color Harmonies of #0CC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC883

Black with #0CC883

Text Example


Text Example

White with #0CC883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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