#0CC30C

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

Shades of Islamic Green #0CC30C

Tints of Islamic Green #0CC30C

Color information

#0CC30C (or 0x0CC30C) is unknown color: approx Islamic Green. HEX triplet: 0C, C3 and 0C. RGB value is (12,195,12). Sum of RGB (Red+Green+Blue) = 12+195+12=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 195 (76.56% from 255 or 89.04% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC30C is #F33CF3. Grayscale: #777777. Windows color (decimal): -15940852 or 836364. OLE color: 836364.

HSL color Cylindrical-coordinate representation of color #0CC30C: hue angle of 120º 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 #0CC30C is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1219512-
CMYK0.9400.940.24
HSL120º88.41%40.59%-
HSV(B)120º93.85%76.47%-
XYZ19.7339.136.86-
YUV119.4267.3751.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 195 (76.56% from 255) = 89.04%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=5.48%
G=89.04%
B=5.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12195120.9400.940.2412088.4140.59
HexCC3C5E05E18785829
Octal143031413601363017013051
Binary11001100001111001011110010111101100011110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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