#10B50F

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

Shades of Islamic Green #10B50F

Tints of Islamic Green #10B50F

Color information

#10B50F (or 0x10B50F) is unknown color: approx Islamic Green. HEX triplet: 10, B5 and 0F. RGB value is (16,181,15). Sum of RGB (Red+Green+Blue) = 16+181+15=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 181 (71.09% from 255 or 85.38% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 181 - color contains mainly: green. Hex color #10B50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B50F is #EF4AF0. Grayscale: #717171. Windows color (decimal): -15682289 or 1029392. OLE color: 1029392.

HSL color Cylindrical-coordinate representation of color #10B50F: hue angle of 119.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B50F is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1618115-
CMYK0.9100.920.29
HSL119.64º84.69%38.43%-
HSV(B)119.64º91.71%70.98%-
XYZ16.8233.195.97-
YUV112.7472.8459-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 181 (71.09% from 255) = 85.38%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=7.55%
G=85.38%
B=7.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16181150.9100.920.29119.6484.6938.43
Hex10B5F5B05C1D785526
Octal202651713301343517012546
Binary100001011010111111011011010111001110111110001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,181,15); }

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

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

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

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

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

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

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