#0CC307

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

Shades of Islamic Green #0CC307

Tints of Islamic Green #0CC307

Color information

#0CC307 (or 0x0CC307) is unknown color: approx Islamic Green. HEX triplet: 0C, C3 and 07. RGB value is (12,195,7). Sum of RGB (Red+Green+Blue) = 12+195+7=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 195 (76.56% from 255 or 91.12% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC307 is #F33CF8. Grayscale: #777777. Windows color (decimal): -15940857 or 508684. OLE color: 508684.

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

Color convert

RGB121957-
CMYK0.9400.960.24
HSL118.4º93.07%39.61%-
HSV(B)118.4º96.41%76.47%-
XYZ19.7139.126.71-
YUV118.8564.8751.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.61%
GREEN value IS 195 (76.56% from 255) = 91.12%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=5.61%
G=91.12%
B=3.27%

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
Decimal1219570.9400.960.24118.493.0739.61
HexCC375E06018765d28
Octal14303713601403016613550
Binary1100110000111111011110011000001100011101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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