#10C50E

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

Shades of Islamic Green #10C50E

Tints of Islamic Green #10C50E

Color information

#10C50E (or 0x10C50E) is unknown color: approx Islamic Green. HEX triplet: 10, C5 and 0E. RGB value is (16,197,14). Sum of RGB (Red+Green+Blue) = 16+197+14=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 197 (77.34% from 255 or 86.78% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 197 - color contains mainly: green. Hex color #10C50E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C50E is #EF3AF1. Grayscale: #7A7A7A. Windows color (decimal): -15678194 or 967952. OLE color: 967952.

HSL color Cylindrical-coordinate representation of color #10C50E: hue angle of 119.34º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C50E is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1619714-
CMYK0.9200.930.23
HSL119.34º86.73%41.37%-
HSV(B)119.34º92.89%77.25%-
XYZ20.2640.077.08-
YUV122.0267.0352.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 197 (77.34% from 255) = 86.78%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=7.05%
G=86.78%
B=6.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16197140.9200.930.23119.3486.7341.37
Hex10C5E5C05D17775729
Octal203051613401352716712751
Binary100001100010111101011100010111011011111101111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,197,14); }

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

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

 a { background-color: rgb(16,197,14); }

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

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

 span { border-color: rgb(16,197,14); }

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