Html Css Color HEX #0CC384 Mountain Meadow

📋 copy color: '#0CC384'

red 12 ◦ green 195 ◦ blue 132

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

Shades of Mountain Meadow #0CC384

Tints of Mountain Meadow #0CC384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 3.54%
G = 57.52%
B = 38.94%

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

#0CC384 (or 0x0CC384) is known color: Mountain Meadow. HEX triplet: 0C, C3 and 84. RGB value is (12,195,132). Sum of RGB (Red+Green+Blue) = 12+195+132=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC384 is #F33C7B. Grayscale: #858585. Windows color (decimal): -15940732 or 8700684. OLE color: 8700684.

HSL color Cylindrical-coordinate representation of color #0CC384: hue angle of 159.34º 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 #0CC384 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 132 -
CMYK 0.94 0 0.32 0.24
HSL 159.34º 0.88% 0.41% -
HSV(B) 159.34º 0.94% 0.76% -
XYZ 23.83 40.77 28.44 -
YUV 133.1 127.37 41.62 -
System Red Green Blue C M Y K H S L
Decimal 12 195 132 0.94 0 0.32 0.24 159.34 0.88 0.41
Hex C C3 84 5E 0 20 18 9F 58 29
Octal 14 303 204 136 0 40 30 237 130 51
Binary 1100 11000011 10000100 1011110 0 100000 11000 10011111 1011000 101001

Color Harmonies of #0CC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC384

Black with #0CC384

Text Example


Text Example

White with #0CC384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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