Html Css Color HEX #0CCB7F Mountain Meadow

📋 copy color: '#0CCB7F'

red 12 ◦ green 203 ◦ blue 127

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

Shades of Mountain Meadow #0CCB7F

Tints of Mountain Meadow #0CCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.36%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 3.51%
G = 59.36%
B = 37.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#0CCB7F (or 0x0CCB7F) is known color: Mountain Meadow. HEX triplet: 0C, CB and 7F. RGB value is (12,203,127). Sum of RGB (Red+Green+Blue) = 12+203+127=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCB7F is #F33480. Grayscale: #898989. Windows color (decimal): -15938689 or 8375052. OLE color: 8375052.

HSL color Cylindrical-coordinate representation of color #0CCB7F: hue angle of 156.13º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCB7F is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 203 127 -
CMYK 0.94 0 0.37 0.20
HSL 156.13º 0.89% 0.42% -
HSV(B) 156.13º 0.94% 0.8% -
XYZ 25.34 44.32 27.3 -
YUV 137.23 122.22 38.68 -
System Red Green Blue C M Y K H S L
Decimal 12 203 127 0.94 0 0.37 0.20 156.13 0.89 0.42
Hex C CB 7F 5E 0 25 14 9C 59 2A
Octal 14 313 177 136 0 45 24 234 131 52
Binary 1100 11001011 1111111 1011110 0 100101 10100 10011100 1011001 101010

Color Harmonies of #0CCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCB7F

Black with #0CCB7F

Text Example


Text Example

White with #0CCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,203,127); }

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

background-color css

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

 a { background-color: rgb(12,203,127); }

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

border-color css

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

 span { border-color: rgb(12,203,127); }

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