#0CB212

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

Shades of Islamic Green #0CB212

Tints of Islamic Green #0CB212

Color information

#0CB212 (or 0x0CB212) is unknown color: approx Islamic Green. HEX triplet: 0C, B2 and 12. RGB value is (12,178,18). Sum of RGB (Red+Green+Blue) = 12+178+18=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 178 (69.92% from 255 or 85.58% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CB212 is #F34DED. Grayscale: #6E6E6E. Windows color (decimal): -15945198 or 1225228. OLE color: 1225228.

HSL color Cylindrical-coordinate representation of color #0CB212: hue angle of 122.17º 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 #0CB212 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1217818-
CMYK0.9300.900.30
HSL122.17º87.37%37.25%-
HSV(B)122.17º93.26%69.8%-
XYZ16.1831.965.89-
YUV110.137658.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 178 (69.92% from 255) = 85.58%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=5.77%
G=85.58%
B=8.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12178180.9300.900.30122.1787.3737.25
HexCB2125D05A1E7a5725
Octal142622213501323617212745
Binary110010110010100101011101010110101111011110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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