#10BF0C

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

Shades of Islamic Green #10BF0C

Tints of Islamic Green #10BF0C

Color information

#10BF0C (or 0x10BF0C) is unknown color: approx Islamic Green. HEX triplet: 10, BF and 0C. RGB value is (16,191,12). Sum of RGB (Red+Green+Blue) = 16+191+12=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 191 (75% from 255 or 87.21% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BF0C is #EF40F3. Grayscale: #767676. Windows color (decimal): -15679732 or 835344. OLE color: 835344.

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

Color convert

RGB1619112-
CMYK0.9200.940.25
HSL118.66º88.18%39.8%-
HSV(B)118.66º93.72%74.9%-
XYZ18.9137.46.57-
YUV118.2768.0255.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 191 (75% from 255) = 87.21%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=7.31%
G=87.21%
B=5.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16191120.9200.940.25118.6688.1839.8
Hex10BFC5C05E19775828
Octal202771413401363116713050
Binary100001011111111001011100010111101100111101111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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