Html Css Color HEX #0CC474 Mountain Meadow

📋 copy color: '#0CC474'

red 12 ◦ green 196 ◦ blue 116

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

Shades of Mountain Meadow #0CC474

Tints of Mountain Meadow #0CC474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 3.7%
G = 60.49%
B = 35.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#0CC474 (or 0x0CC474) is known color: Mountain Meadow. HEX triplet: 0C, C4 and 74. RGB value is (12,196,116). Sum of RGB (Red+Green+Blue) = 12+196+116=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC474 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC474 is #F33B8B. Grayscale: #848484. Windows color (decimal): -15940492 or 7652364. OLE color: 7652364.

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

Color convert

RGB 12 196 116 -
CMYK 0.94 0 0.41 0.23
HSL 153.91º 0.88% 0.41% -
HSV(B) 153.91º 0.94% 0.77% -
XYZ 23.04 40.82 23.19 -
YUV 131.86 119.04 42.5 -
System Red Green Blue C M Y K H S L
Decimal 12 196 116 0.94 0 0.41 0.23 153.91 0.88 0.41
Hex C C4 74 5E 0 29 17 9A 58 29
Octal 14 304 164 136 0 51 27 232 130 51
Binary 1100 11000100 1110100 1011110 0 101001 10111 10011010 1011000 101001

Color Harmonies of #0CC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC474

Black with #0CC474

Text Example


Text Example

White with #0CC474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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