#10AE08

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

Shades of Islamic Green #10AE08

Tints of Islamic Green #10AE08

Color information

#10AE08 (or 0x10AE08) is unknown color: approx Islamic Green. HEX triplet: 10, AE and 08. RGB value is (16,174,8). Sum of RGB (Red+Green+Blue) = 16+174+8=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 174 (68.36% from 255 or 87.88% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AE08 is #EF51F7. Grayscale: #6C6C6C. Windows color (decimal): -15684088 or 568848. OLE color: 568848.

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

Color convert

RGB161748-
CMYK0.9100.950.32
HSL117.11º91.21%35.69%-
HSV(B)117.11º95.4%68.24%-
XYZ15.3930.45.29-
YUV107.8371.6562.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 174 (68.36% from 255) = 87.88%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=8.08%
G=87.88%
B=4.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1617480.9100.950.32117.1191.2135.69
Hex10AE85B05F20755b24
Octal202561013301374016513344
Binary1000010101110100010110110101111110000011101011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,174,8); }

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

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

 a { background-color: rgb(16,174,8); }

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

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

 span { border-color: rgb(16,174,8); }

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