Html Css Color HEX #0CA684 Mountain Meadow

📋 copy color: '#0CA684'

red 12 ◦ green 166 ◦ blue 132

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

Shades of Mountain Meadow #0CA684

Tints of Mountain Meadow #0CA684

RGB

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

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

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

R = 3.87%
G = 53.55%
B = 42.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#0CA684 (or 0x0CA684) is known color: Mountain Meadow. HEX triplet: 0C, A6 and 84. RGB value is (12,166,132). Sum of RGB (Red+Green+Blue) = 12+166+132=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA684 is #F3597B. Grayscale: #747474. Windows color (decimal): -15948156 or 8693260. OLE color: 8693260.

HSL color Cylindrical-coordinate representation of color #0CA684: hue angle of 166.75º 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 #0CA684 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 166 132 -
CMYK 0.93 0 0.20 0.35
HSL 166.75º 0.87% 0.35% -
HSV(B) 166.75º 0.93% 0.65% -
XYZ 17.95 29.02 26.48 -
YUV 116.08 136.98 53.76 -
System Red Green Blue C M Y K H S L
Decimal 12 166 132 0.93 0 0.20 0.35 166.75 0.87 0.35
Hex C A6 84 5D 0 14 23 A7 57 23
Octal 14 246 204 135 0 24 43 247 127 43
Binary 1100 10100110 10000100 1011101 0 10100 100011 10100111 1010111 100011

Color Harmonies of #0CA684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA684

Black with #0CA684

Text Example


Text Example

White with #0CA684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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