#10B20F

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

Shades of Islamic Green #10B20F

Tints of Islamic Green #10B20F

Color information

#10B20F (or 0x10B20F) is unknown color: approx Islamic Green. HEX triplet: 10, B2 and 0F. RGB value is (16,178,15). Sum of RGB (Red+Green+Blue) = 16+178+15=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 178 (69.92% from 255 or 85.17% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 178 - color contains mainly: green. Hex color #10B20F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B20F is #EF4DF0. Grayscale: #6F6F6F. Windows color (decimal): -15683057 or 1028624. OLE color: 1028624.

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

Color convert

RGB1617815-
CMYK0.9100.920.30
HSL119.63º84.46%37.84%-
HSV(B)119.63º91.57%69.8%-
XYZ16.2231.995.77-
YUV110.9873.8360.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 178 (69.92% from 255) = 85.17%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=7.66%
G=85.17%
B=7.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16178150.9100.920.30119.6384.4637.84
Hex10B2F5B05C1E785426
Octal202621713301343617012446
Binary100001011001011111011011010111001111011110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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