#00AE13

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

Shades of Islamic Green #00AE13

Tints of Islamic Green #00AE13

Color information

#00AE13 (or 0x00AE13) is unknown color: approx Islamic Green. HEX triplet: 00, AE and 13. RGB value is (0,174,19). Sum of RGB (Red+Green+Blue) = 0+174+19=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 174 (68.36% from 255 or 90.16% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 174 - color contains mainly: green. Hex color #00AE13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00AE13 is #FF51EC. Grayscale: #686868. Windows color (decimal): -16732653 or 1289728. OLE color: 1289728.

HSL color Cylindrical-coordinate representation of color #00AE13: hue angle of 126.55º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AE13 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB017419-
CMYK100.890.32
HSL126.55º100%34.12%-
HSV(B)126.55º100%68.24%-
XYZ15.2530.325.66-
YUV104.379.8553.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 174 (68.36% from 255) = 90.16%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=0%
G=90.16%
B=9.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal017419100.890.32126.5510034.12
Hex0AE1364059207f6422
Octal02562314401314017714442
Binary0101011101001111001000101100110000011111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00AE13; }

 p { color: rgb(0,174,19); }

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

<style>
 a { background-color: #00AE13; }

 a { background-color: rgb(0,174,19); }

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

<style>
 span { border-color: #00AE13; }

 span { border-color: rgb(0,174,19); }

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