#00A31A

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

Shades of Islamic Green #00A31A

Tints of Islamic Green #00A31A

Color information

#00A31A (or 0x00A31A) is unknown color: approx Islamic Green. HEX triplet: 00, A3 and 1A. RGB value is (0,163,26). Sum of RGB (Red+Green+Blue) = 0+163+26=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 163 (64.06% from 255 or 86.24% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 163 - color contains mainly: green. Hex color #00A31A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A31A is #FF5CE5. Grayscale: #636363. Windows color (decimal): -16735462 or 1745664. OLE color: 1745664.

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

Color convert

RGB016326-
CMYK100.840.36
HSL129.57º100%31.96%-
HSV(B)129.57º100%63.92%-
XYZ13.2826.275.35-
YUV98.648757.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 163 (64.06% from 255) = 86.24%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=0%
G=86.24%
B=13.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016326100.840.36129.5710031.96
Hex0A31A6405424826420
Octal02433214401244420214440
Binary01010001111010110010001010100100100100000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,163,26); }

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

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

 a { background-color: rgb(0,163,26); }

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

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

 span { border-color: rgb(0,163,26); }

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