#10AE1D

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

Shades of Islamic Green #10AE1D

Tints of Islamic Green #10AE1D

Color information

#10AE1D (or 0x10AE1D) is unknown color: approx Islamic Green. HEX triplet: 10, AE and 1D. RGB value is (16,174,29). Sum of RGB (Red+Green+Blue) = 16+174+29=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 174 (68.36% from 255 or 79.45% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE1D is #EF51E2. Grayscale: #6E6E6E. Windows color (decimal): -15684067 or 1945104. OLE color: 1945104.

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

Color convert

RGB1617429-
CMYK0.9100.830.32
HSL124.94º83.16%37.25%-
HSV(B)124.94º90.8%68.24%-
XYZ15.5730.476.22-
YUV110.2382.1560.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 174 (68.36% from 255) = 79.45%
BLUE value IS 29 (11.72% from 255) = 13.24%
R=7.31%
G=79.45%
B=13.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16174290.9100.830.32124.9483.1637.25
Hex10AE1D5B053207d5325
Octal202563513301234017512345
Binary10000101011101110110110110101001110000011111011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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