#10B009

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

Shades of Islamic Green #10B009

Tints of Islamic Green #10B009

Color information

#10B009 (or 0x10B009) is unknown color: approx Islamic Green. HEX triplet: 10, B0 and 09. RGB value is (16,176,9). Sum of RGB (Red+Green+Blue) = 16+176+9=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 176 (69.14% from 255 or 87.56% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 176 - color contains mainly: green. Hex color #10B009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B009 is #EF4FF6. Grayscale: #6D6D6D. Windows color (decimal): -15683575 or 634896. OLE color: 634896.

HSL color Cylindrical-coordinate representation of color #10B009: hue angle of 117.49º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10B009 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB161769-
CMYK0.9100.950.31
HSL117.49º90.27%36.27%-
HSV(B)117.49º94.89%69.02%-
XYZ15.7931.185.44-
YUV109.1271.4961.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 176 (69.14% from 255) = 87.56%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=7.96%
G=87.56%
B=4.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1617690.9100.950.31117.4990.2736.27
Hex10B095B05F1F755a24
Octal202601113301373716513244
Binary100001011000010011011011010111111111111101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,176,9); }

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

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

 a { background-color: rgb(16,176,9); }

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

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

 span { border-color: rgb(16,176,9); }

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