#0C6D3A

Color #0C6D3A Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #0C6D3A

Tints of Fun Green #0C6D3A

Color information

#0C6D3A (or 0x0C6D3A) is unknown color: approx Fun Green. HEX triplet: 0C, 6D and 3A. RGB value is (12,109,58). Sum of RGB (Red+Green+Blue) = 12+109+58=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 109 (42.97% from 255 or 60.89% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6D3A is #F392C5. Grayscale: #4A4A4A. Windows color (decimal): -15962822 or 3829004. OLE color: 3829004.

HSL color Cylindrical-coordinate representation of color #0C6D3A: hue angle of 148.45º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D3A is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB1210958-
CMYK0.8900.470.57
HSL148.45º80.17%23.73%-
HSV(B)148.45º88.99%42.75%-
XYZ6.3811.325.85-
YUV74.18118.8683.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 109 (42.97% from 255) = 60.89%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=6.70%
G=60.89%
B=32.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12109580.8900.470.57148.4580.1723.73
HexC6D3A5902F39945018
Octal14155721310577122412030
Binary110011011011110101011001010111111100110010100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,109,58); }

 H1.HeaderClassName
 {
   color: #0C6D3A;
 }
 .AnyTagClassName
 {
   color: #0C6D3A;
 }
</style>
background-color css

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

 a { background-color: rgb(12,109,58); }

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

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

 span { border-color: rgb(12,109,58); }

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