Html Css Color HEX #0CB481 Mountain Meadow

📋 copy color: '#0CB481'

red 12 ◦ green 180 ◦ blue 129

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

Shades of Mountain Meadow #0CB481

Tints of Mountain Meadow #0CB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.07%

 BLUE value IS 129 (50.78% from 255) = 40.19%

R = 3.74%
G = 56.07%
B = 40.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#0CB481 (or 0x0CB481) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 81. RGB value is (12,180,129). Sum of RGB (Red+Green+Blue) = 12+180+129=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB481 is #F34B7E. Grayscale: #7B7B7B. Windows color (decimal): -15944575 or 8500236. OLE color: 8500236.

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

Color convert

RGB 12 180 129 -
CMYK 0.93 0 0.28 0.29
HSL 161.79º 0.88% 0.38% -
HSV(B) 161.79º 0.93% 0.71% -
XYZ 20.44 34.31 26.31 -
YUV 123.95 130.84 48.15 -
System Red Green Blue C M Y K H S L
Decimal 12 180 129 0.93 0 0.28 0.29 161.79 0.88 0.38
Hex C B4 81 5D 0 1C 1D A2 58 26
Octal 14 264 201 135 0 34 35 242 130 46
Binary 1100 10110100 10000001 1011101 0 11100 11101 10100010 1011000 100110

Color Harmonies of #0CB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB481

Black with #0CB481

Text Example


Text Example

White with #0CB481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,129); }

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

background-color css

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

 a { background-color: rgb(12,180,129); }

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

border-color css

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

 span { border-color: rgb(12,180,129); }

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