Html Css Color HEX #0CB880 Mountain Meadow

📋 copy color: '#0CB880'

red 12 ◦ green 184 ◦ blue 128

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

Shades of Mountain Meadow #0CB880

Tints of Mountain Meadow #0CB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.79%

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 3.7%
G = 56.79%
B = 39.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#0CB880 (or 0x0CB880) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 80. RGB value is (12,184,128). Sum of RGB (Red+Green+Blue) = 12+184+128=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB880 is #F3477F. Grayscale: #7E7E7E. Windows color (decimal): -15943552 or 8435724. OLE color: 8435724.

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

Color convert

RGB 12 184 128 -
CMYK 0.93 0 0.30 0.28
HSL 160.47º 0.88% 0.38% -
HSV(B) 160.47º 0.93% 0.72% -
XYZ 21.19 35.92 26.24 -
YUV 126.19 129.02 46.55 -
System Red Green Blue C M Y K H S L
Decimal 12 184 128 0.93 0 0.30 0.28 160.47 0.88 0.38
Hex C B8 80 5D 0 1E 1C A0 58 26
Octal 14 270 200 135 0 36 34 240 130 46
Binary 1100 10111000 10000000 1011101 0 11110 11100 10100000 1011000 100110

Color Harmonies of #0CB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB880

Black with #0CB880

Text Example


Text Example

White with #0CB880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,128); }

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

background-color css

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

 a { background-color: rgb(12,184,128); }

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

border-color css

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

 span { border-color: rgb(12,184,128); }

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