#00AE1B

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

Shades of Islamic Green #00AE1B

Tints of Islamic Green #00AE1B

Color information

#00AE1B (or 0x00AE1B) is unknown color: approx Islamic Green. HEX triplet: 00, AE and 1B. RGB value is (0,174,27). Sum of RGB (Red+Green+Blue) = 0+174+27=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 174 (68.36% from 255 or 86.57% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 174 - color contains mainly: green. Hex color #00AE1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AE1B is #FF51E4. Grayscale: #696969. Windows color (decimal): -16732645 or 1814016. OLE color: 1814016.

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

Color convert

RGB017427-
CMYK100.840.32
HSL129.31º100%34.12%-
HSV(B)129.31º100%68.24%-
XYZ15.3330.356.09-
YUV105.2283.8552.95-

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) = 86.57%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=0%
G=86.57%
B=13.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal017427100.840.32129.3110034.12
Hex0AE1B6405420816422
Octal02563314401244020114442
Binary01010111011011110010001010100100000100000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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