#0CC700

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

Shades of Islamic Green #0CC700

Tints of Islamic Green #0CC700

Color information

#0CC700 (or 0x0CC700) is unknown color: approx Islamic Green. HEX triplet: 0C, C7 and 00. RGB value is (12,199,0). Sum of RGB (Red+Green+Blue) = 12+199+0=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 199 (78.12% from 255 or 94.31% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC700 is #F338FF. Grayscale: #797979. Windows color (decimal): -15939840 or 50956. OLE color: 50956.

HSL color Cylindrical-coordinate representation of color #0CC700: hue angle of 116.38º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CC700 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB121990-
CMYK0.94010.22
HSL116.38º100%39.02%-
HSV(B)116.38º100%78.04%-
XYZ20.5840.936.81-
YUV120.460.0550.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.69%
GREEN value IS 199 (78.12% from 255) = 94.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.69%
G=94.31%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1219900.94010.22116.3810039.02
HexCC705E06416746427
Octal14307013601442616414447
Binary11001100011101011110011001001011011101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,199,0); }

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

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

 a { background-color: rgb(12,199,0); }

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

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

 span { border-color: rgb(12,199,0); }

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