Html Css Color HEX #0CB68A Mountain Meadow

📋 copy color: '#0CB68A'

red 12 ◦ green 182 ◦ blue 138

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

Shades of Mountain Meadow #0CB68A

Tints of Mountain Meadow #0CB68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.82%

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 3.61%
G = 54.82%
B = 41.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#0CB68A (or 0x0CB68A) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 8A. RGB value is (12,182,138). Sum of RGB (Red+Green+Blue) = 12+182+138=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB68A is #F34975. Grayscale: #7E7E7E. Windows color (decimal): -15944054 or 9090572. OLE color: 9090572.

HSL color Cylindrical-coordinate representation of color #0CB68A: hue angle of 164.47º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB68A is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 138 -
CMYK 0.93 0 0.24 0.29
HSL 164.47º 0.88% 0.38% -
HSV(B) 164.47º 0.93% 0.71% -
XYZ 21.47 35.37 29.74 -
YUV 126.15 134.68 46.58 -
System Red Green Blue C M Y K H S L
Decimal 12 182 138 0.93 0 0.24 0.29 164.47 0.88 0.38
Hex C B6 8A 5D 0 18 1D A4 58 26
Octal 14 266 212 135 0 30 35 244 130 46
Binary 1100 10110110 10001010 1011101 0 11000 11101 10100100 1011000 100110

Color Harmonies of #0CB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB68A

Black with #0CB68A

Text Example


Text Example

White with #0CB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,182,138); }

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

background-color css

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

 a { background-color: rgb(12,182,138); }

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

border-color css

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

 span { border-color: rgb(12,182,138); }

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