#10C300

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

Shades of Islamic Green #10C300

Tints of Islamic Green #10C300

Color information

#10C300 (or 0x10C300) is unknown color: approx Islamic Green. HEX triplet: 10, C3 and 00. RGB value is (16,195,0). Sum of RGB (Red+Green+Blue) = 16+195+0=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 195 (76.56% from 255 or 92.42% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 195 - color contains mainly: green. Hex color #10C300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C300 is #EF3CFF. Grayscale: #777777. Windows color (decimal): -15678720 or 49936. OLE color: 49936.

HSL color Cylindrical-coordinate representation of color #10C300: hue angle of 115.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10C300 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB161950-
CMYK0.92010.24
HSL115.08º100%38.24%-
HSV(B)115.08º100%76.47%-
XYZ19.7339.146.52-
YUV119.2560.754.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 195 (76.56% from 255) = 92.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.58%
G=92.42%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1619500.92010.24115.0810038.24
Hex10C305C06418736426
Octal20303013401443016314446
Binary100001100001101011100011001001100011100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10C300; }

 p { color: rgb(16,195,0); }

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

<style>
 a { background-color: #10C300; }

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

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

<style>
 span { border-color: #10C300; }

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

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