Html Css Color HEX #0CA683 Mountain Meadow

📋 copy color: '#0CA683'

red 12 ◦ green 166 ◦ blue 131

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

Shades of Mountain Meadow #0CA683

Tints of Mountain Meadow #0CA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.72%

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

R = 3.88%
G = 53.72%
B = 42.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#0CA683 (or 0x0CA683) is known color: Mountain Meadow. HEX triplet: 0C, A6 and 83. RGB value is (12,166,131). Sum of RGB (Red+Green+Blue) = 12+166+131=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA683 is #F3597C. Grayscale: #737373. Windows color (decimal): -15948157 or 8627724. OLE color: 8627724.

HSL color Cylindrical-coordinate representation of color #0CA683: hue angle of 166.36º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA683 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 166 131 -
CMYK 0.93 0 0.21 0.35
HSL 166.36º 0.87% 0.35% -
HSV(B) 166.36º 0.93% 0.65% -
XYZ 17.88 28.99 26.13 -
YUV 115.96 136.48 53.85 -
System Red Green Blue C M Y K H S L
Decimal 12 166 131 0.93 0 0.21 0.35 166.36 0.87 0.35
Hex C A6 83 5D 0 15 23 A6 57 23
Octal 14 246 203 135 0 25 43 246 127 43
Binary 1100 10100110 10000011 1011101 0 10101 100011 10100110 1010111 100011

Color Harmonies of #0CA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA683

Black with #0CA683

Text Example


Text Example

White with #0CA683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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