Html Css Color HEX #0CB146 Dark Pastel Green

📋 copy color: '#0CB146'

red 12 ◦ green 177 ◦ blue 70

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

Shades of Dark Pastel Green #0CB146

Tints of Dark Pastel Green #0CB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 68.34%

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 4.63%
G = 68.34%
B = 27.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#0CB146 (or 0x0CB146) is known color: Dark Pastel Green. HEX triplet: 0C, B1 and 46. RGB value is (12,177,70). Sum of RGB (Red+Green+Blue) = 12+177+70=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 177 (69.53% from 255 or 68.34% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB146 is #F34EB9. Grayscale: #737373. Windows color (decimal): -15945402 or 4632844. OLE color: 4632844.

HSL color Cylindrical-coordinate representation of color #0CB146: hue angle of 141.09º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB146 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 177 70 -
CMYK 0.93 0 0.60 0.31
HSL 141.09º 0.87% 0.37% -
HSV(B) 141.09º 0.93% 0.69% -
XYZ 16.98 31.96 11.07 -
YUV 115.47 102.34 54.2 -
System Red Green Blue C M Y K H S L
Decimal 12 177 70 0.93 0 0.60 0.31 141.09 0.87 0.37
Hex C B1 46 5D 0 3C 1F 8D 57 25
Octal 14 261 106 135 0 74 37 215 127 45
Binary 1100 10110001 1000110 1011101 0 111100 11111 10001101 1010111 100101

Color Harmonies of #0CB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB146

Black with #0CB146

Text Example


Text Example

White with #0CB146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,177,70); }

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

background-color css

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

 a { background-color: rgb(12,177,70); }

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

border-color css

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

 span { border-color: rgb(12,177,70); }

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