#00A91A

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

Shades of Islamic Green #00A91A

Tints of Islamic Green #00A91A

Color information

#00A91A (or 0x00A91A) is unknown color: approx Islamic Green. HEX triplet: 00, A9 and 1A. RGB value is (0,169,26). Sum of RGB (Red+Green+Blue) = 0+169+26=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 169 (66.41% from 255 or 86.67% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 169 - color contains mainly: green. Hex color #00A91A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A91A is #FF56E5. Grayscale: #666666. Windows color (decimal): -16733926 or 1747200. OLE color: 1747200.

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

Color convert

RGB016926-
CMYK100.850.34
HSL129.23º100%33.14%-
HSV(B)129.23º100%66.27%-
XYZ14.3728.455.71-
YUV102.1785.0155.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 169 (66.41% from 255) = 86.67%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=0%
G=86.67%
B=13.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal016926100.850.34129.2310033.14
Hex0A91A6405522816421
Octal02513214401254220114441
Binary01010100111010110010001010101100010100000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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