Html Css Color HEX #0CAB80 Mountain Meadow

📋 copy color: '#0CAB80'

red 12 ◦ green 171 ◦ blue 128

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

Shades of Mountain Meadow #0CAB80

Tints of Mountain Meadow #0CAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.98%

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

R = 3.86%
G = 54.98%
B = 41.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#0CAB80 (or 0x0CAB80) is known color: Mountain Meadow. HEX triplet: 0C, AB and 80. RGB value is (12,171,128). Sum of RGB (Red+Green+Blue) = 12+171+128=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAB80 is #F3547F. Grayscale: #767676. Windows color (decimal): -15946880 or 8432396. OLE color: 8432396.

HSL color Cylindrical-coordinate representation of color #0CAB80: hue angle of 163.77º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB80 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 128 -
CMYK 0.93 0 0.25 0.33
HSL 163.77º 0.87% 0.36% -
HSV(B) 163.77º 0.93% 0.67% -
XYZ 18.61 30.76 25.38 -
YUV 118.56 133.32 52 -
System Red Green Blue C M Y K H S L
Decimal 12 171 128 0.93 0 0.25 0.33 163.77 0.87 0.36
Hex C AB 80 5D 0 19 21 A4 57 24
Octal 14 253 200 135 0 31 41 244 127 44
Binary 1100 10101011 10000000 1011101 0 11001 100001 10100100 1010111 100100

Color Harmonies of #0CAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB80

Black with #0CAB80

Text Example


Text Example

White with #0CAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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