#10B30C

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

Shades of Islamic Green #10B30C

Tints of Islamic Green #10B30C

Color information

#10B30C (or 0x10B30C) is unknown color: approx Islamic Green. HEX triplet: 10, B3 and 0C. RGB value is (16,179,12). Sum of RGB (Red+Green+Blue) = 16+179+12=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 179 (70.31% from 255 or 86.47% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 179 - color contains mainly: green. Hex color #10B30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B30C is #EF4CF3. Grayscale: #6F6F6F. Windows color (decimal): -15682804 or 832272. OLE color: 832272.

HSL color Cylindrical-coordinate representation of color #10B30C: hue angle of 118.56º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B30C is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1617912-
CMYK0.9100.930.30
HSL118.56º87.43%37.45%-
HSV(B)118.56º93.3%70.2%-
XYZ16.432.385.73-
YUV111.227260.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 179 (70.31% from 255) = 86.47%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=7.73%
G=86.47%
B=5.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16179120.9100.930.30118.5687.4337.45
Hex10B3C5B05D1E775725
Octal202631413301353616712745
Binary100001011001111001011011010111011111011101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,179,12); }

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

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

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

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

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

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

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