#0CB210

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

Shades of Islamic Green #0CB210

Tints of Islamic Green #0CB210

Color information

#0CB210 (or 0x0CB210) is unknown color: approx Islamic Green. HEX triplet: 0C, B2 and 10. RGB value is (12,178,16). Sum of RGB (Red+Green+Blue) = 12+178+16=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 178 (69.92% from 255 or 86.41% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CB210 is #F34DEF. Grayscale: #6E6E6E. Windows color (decimal): -15945200 or 1094156. OLE color: 1094156.

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

Color convert

RGB1217816-
CMYK0.9300.910.30
HSL121.45º87.37%37.25%-
HSV(B)121.45º93.26%69.8%-
XYZ16.1731.965.81-
YUV109.97558.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 178 (69.92% from 255) = 86.41%
BLUE value IS 16 (6.64% from 255) = 7.77%
R=5.83%
G=86.41%
B=7.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12178160.9300.910.30121.4587.3737.25
HexCB2105D05B1E795725
Octal142622013501333617112745
Binary110010110010100001011101010110111111011110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,178,16); }

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

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

 a { background-color: rgb(12,178,16); }

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

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

 span { border-color: rgb(12,178,16); }

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