#0CC312

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

Shades of Islamic Green #0CC312

Tints of Islamic Green #0CC312

Color information

#0CC312 (or 0x0CC312) is unknown color: approx Islamic Green. HEX triplet: 0C, C3 and 12. RGB value is (12,195,18). Sum of RGB (Red+Green+Blue) = 12+195+18=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 195 (76.56% from 255 or 86.67% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC312 is #F33CED. Grayscale: #787878. Windows color (decimal): -15940846 or 1229580. OLE color: 1229580.

HSL color Cylindrical-coordinate representation of color #0CC312: hue angle of 121.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC312 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1219518-
CMYK0.9400.910.24
HSL121.97º88.41%40.59%-
HSV(B)121.97º93.85%76.47%-
XYZ19.7839.157.09-
YUV120.170.3750.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 195 (76.56% from 255) = 86.67%
BLUE value IS 18 (7.42% from 255) = 8%
R=5.33%
G=86.67%
B=8%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12195180.9400.910.24121.9788.4140.59
HexCC3125E05B187a5829
Octal143032213601333017213051
Binary110011000011100101011110010110111100011110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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