#00AD19

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

Shades of Islamic Green #00AD19

Tints of Islamic Green #00AD19

Color information

#00AD19 (or 0x00AD19) is unknown color: approx Islamic Green. HEX triplet: 00, AD and 19. RGB value is (0,173,25). Sum of RGB (Red+Green+Blue) = 0+173+25=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 173 (67.97% from 255 or 87.37% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00AD19 is #FF52E6. Grayscale: #686868. Windows color (decimal): -16732903 or 1682688. OLE color: 1682688.

HSL color Cylindrical-coordinate representation of color #00AD19: hue angle of 128.67º 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 #00AD19 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB017325-
CMYK100.860.32
HSL128.67º100%33.92%-
HSV(B)128.67º100%67.84%-
XYZ15.1229.965.91-
YUV104.483.1953.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 173 (67.97% from 255) = 87.37%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=0%
G=87.37%
B=12.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal017325100.860.32128.6710033.92
Hex0AD196405620816422
Octal02553114401264020114442
Binary01010110111001110010001010110100000100000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,173,25); }

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

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

 a { background-color: rgb(0,173,25); }

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

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

 span { border-color: rgb(0,173,25); }

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