Html Css Color HEX #0CBE7D Mountain Meadow

📋 copy color: '#0CBE7D'

red 12 ◦ green 190 ◦ blue 125

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

Shades of Mountain Meadow #0CBE7D

Tints of Mountain Meadow #0CBE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.1%

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 3.67%
G = 58.1%
B = 38.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#0CBE7D (or 0x0CBE7D) is known color: Mountain Meadow. HEX triplet: 0C, BE and 7D. RGB value is (12,190,125). Sum of RGB (Red+Green+Blue) = 12+190+125=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE7D is #F34182. Grayscale: #818181. Windows color (decimal): -15942019 or 8240652. OLE color: 8240652.

HSL color Cylindrical-coordinate representation of color #0CBE7D: hue angle of 158.09º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE7D is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 190 125 -
CMYK 0.94 0 0.34 0.25
HSL 158.09º 0.88% 0.4% -
HSV(B) 158.09º 0.94% 0.75% -
XYZ 22.27 38.39 25.64 -
YUV 129.37 125.53 44.29 -
System Red Green Blue C M Y K H S L
Decimal 12 190 125 0.94 0 0.34 0.25 158.09 0.88 0.4
Hex C BE 7D 5E 0 22 19 9E 58 28
Octal 14 276 175 136 0 42 31 236 130 50
Binary 1100 10111110 1111101 1011110 0 100010 11001 10011110 1011000 101000

Color Harmonies of #0CBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBE7D

Black with #0CBE7D

Text Example


Text Example

White with #0CBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,190,125); }

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

background-color css

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

 a { background-color: rgb(12,190,125); }

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

border-color css

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

 span { border-color: rgb(12,190,125); }

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