#0CC70E

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

Shades of Islamic Green #0CC70E

Tints of Islamic Green #0CC70E

Color information

#0CC70E (or 0x0CC70E) is unknown color: approx Islamic Green. HEX triplet: 0C, C7 and 0E. RGB value is (12,199,14). Sum of RGB (Red+Green+Blue) = 12+199+14=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 199 (78.12% from 255 or 88.44% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC70E is #F338F1. Grayscale: #7A7A7A. Windows color (decimal): -15939826 or 968460. OLE color: 968460.

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

Color convert

RGB1219914-
CMYK0.9400.930.22
HSL120.64º88.63%41.37%-
HSV(B)120.64º93.97%78.04%-
XYZ20.6540.967.23-
YUV12267.0549.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 199 (78.12% from 255) = 88.44%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=5.33%
G=88.44%
B=6.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12199140.9400.930.22120.6488.6341.37
HexCC7E5E05D16795929
Octal143071613601352617113151
Binary11001100011111101011110010111011011011110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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