#10BF01

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

Shades of Islamic Green #10BF01

Tints of Islamic Green #10BF01

Color information

#10BF01 (or 0x10BF01) is unknown color: approx Islamic Green. HEX triplet: 10, BF and 01. RGB value is (16,191,1). Sum of RGB (Red+Green+Blue) = 16+191+1=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 191 (75% from 255 or 91.83% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BF01 is #EF40FE. Grayscale: #757575. Windows color (decimal): -15679743 or 114448. OLE color: 114448.

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

Color convert

RGB161911-
CMYK0.9200.990.25
HSL115.26º98.96%37.65%-
HSV(B)115.26º99.48%74.9%-
XYZ18.8537.376.25-
YUV117.0262.5255.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 191 (75% from 255) = 91.83%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=7.69%
G=91.83%
B=0.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1619110.9200.990.25115.2698.9637.65
Hex10BF15C06319736326
Octal20277113401433116314346
Binary100001011111111011100011000111100111100111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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