#0cc107

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

Shades of Islamic Green #0CC107

Tints of Islamic Green #0CC107

Color information

#0CC107 (or 0x0CC107) is unknown color: approx Islamic Green. HEX triplet: 0C, C1 and 07. RGB value is (12,193,7). Sum of RGB (Red+Green+Blue) = 12+193+7=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 193 (75.78% from 255 or 91.04% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC107 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC107 is #F33EF8. Grayscale: #767676. Windows color (decimal): -15941369 or 508172. OLE color: 508172.

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

Color convert

RGB121937-
CMYK0.9400.960.24
HSL118.39º93%39.22%-
HSV(B)118.39º96.37%75.69%-
XYZ19.2638.236.57-
YUV117.6865.5352.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 193 (75.78% from 255) = 91.04%
BLUE value IS 7 (3.12% from 255) = 3.30%
R=5.66%
G=91.04%
B=3.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1219370.9400.960.24118.399339.22
HexCC175E06018765d27
Octal14301713601403016613547
Binary1100110000011111011110011000001100011101101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cc107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,193,7); }

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

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

 a { background-color: rgb(12,193,7); }

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

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

 span { border-color: rgb(12,193,7); }

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