Html Css Color HEX #0CC475 Mountain Meadow

📋 copy color: '#0CC475'

red 12 ◦ green 196 ◦ blue 117

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

Shades of Mountain Meadow #0CC475

Tints of Mountain Meadow #0CC475

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.31%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 3.69%
G = 60.31%
B = 36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#0CC475 (or 0x0CC475) is known color: Mountain Meadow. HEX triplet: 0C, C4 and 75. RGB value is (12,196,117). Sum of RGB (Red+Green+Blue) = 12+196+117=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC475 is #F33B8A. Grayscale: #848484. Windows color (decimal): -15940491 or 7717900. OLE color: 7717900.

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

Color convert

RGB 12 196 117 -
CMYK 0.94 0 0.40 0.23
HSL 154.24º 0.88% 0.41% -
HSV(B) 154.24º 0.94% 0.77% -
XYZ 23.1 40.84 23.5 -
YUV 131.98 119.54 42.42 -
System Red Green Blue C M Y K H S L
Decimal 12 196 117 0.94 0 0.40 0.23 154.24 0.88 0.41
Hex C C4 75 5E 0 28 17 9A 58 29
Octal 14 304 165 136 0 50 27 232 130 51
Binary 1100 11000100 1110101 1011110 0 101000 10111 10011010 1011000 101001

Color Harmonies of #0CC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC475

Black with #0CC475

Text Example


Text Example

White with #0CC475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,196,117); }

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

background-color css

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

 a { background-color: rgb(12,196,117); }

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

border-color css

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

 span { border-color: rgb(12,196,117); }

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