#10C010

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

Shades of Islamic Green #10C010

Tints of Islamic Green #10C010

Color information

#10C010 (or 0x10C010) is unknown color: approx Islamic Green. HEX triplet: 10, C0 and 10. RGB value is (16,192,16). Sum of RGB (Red+Green+Blue) = 16+192+16=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 192 (75.39% from 255 or 85.71% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 192 - color contains mainly: green. Hex color #10C010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C010 is #EF3FEF. Grayscale: #777777. Windows color (decimal): -15679472 or 1097744. OLE color: 1097744.

HSL color Cylindrical-coordinate representation of color #10C010: hue angle of 120º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C010 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB1619216-
CMYK0.9200.920.25
HSL120º84.62%40.78%-
HSV(B)120º91.67%75.29%-
XYZ19.1637.856.79-
YUV119.3169.6954.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 192 (75.39% from 255) = 85.71%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=7.14%
G=85.71%
B=7.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16192160.9200.920.2512084.6240.78
Hex10C0105C05C19785529
Octal203002013401343117012551
Binary1000011000000100001011100010111001100111110001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,192,16); }

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

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

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

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

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

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

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