#10A80B

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

Shades of Islamic Green #10A80B

Tints of Islamic Green #10A80B

Color information

#10A80B (or 0x10A80B) is unknown color: approx Islamic Green. HEX triplet: 10, A8 and 0B. RGB value is (16,168,11). Sum of RGB (Red+Green+Blue) = 16+168+11=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 168 (66.02% from 255 or 86.15% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 168 - color contains mainly: green. Hex color #10A80B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A80B is #EF57F4. Grayscale: #696969. Windows color (decimal): -15685621 or 763920. OLE color: 763920.

HSL color Cylindrical-coordinate representation of color #10A80B: hue angle of 118.09º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A80B is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1616811-
CMYK0.9000.930.34
HSL118.09º87.71%35.1%-
HSV(B)118.09º93.45%65.88%-
XYZ14.2828.145-
YUV104.6575.1464.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 168 (66.02% from 255) = 86.15%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=8.21%
G=86.15%
B=5.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16168110.9000.930.34118.0987.7135.1
Hex10A8B5A05D22765823
Octal202501313201354216613043
Binary1000010101000101110110100101110110001011101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,168,11); }

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

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

 a { background-color: rgb(16,168,11); }

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

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

 span { border-color: rgb(16,168,11); }

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