#01991A

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

Shades of Islamic Green #01991A

Tints of Islamic Green #01991A

Color information

#01991A (or 0x01991A) is unknown color: approx Islamic Green. HEX triplet: 01, 99 and 1A. RGB value is (1,153,26). Sum of RGB (Red+Green+Blue) = 1+153+26=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 153 (60.16% from 255 or 85% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 153 - color contains mainly: green. Hex color #01991A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01991A is #FE66E5. Grayscale: #5D5D5D. Windows color (decimal): -16672486 or 1743105. OLE color: 1743105.

HSL color Cylindrical-coordinate representation of color #01991A: hue angle of 129.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01991A is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB115326-
CMYK0.9900.830.4
HSL129.87º98.7%30.2%-
HSV(B)129.87º99.35%60%-
XYZ11.5922.864.78-
YUV93.0790.1462.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 153 (60.16% from 255) = 85%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=0.56%
G=85%
B=14.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1153260.9900.830.4129.8798.730.2
Hex1991A630532882631e
Octal12313214301235020214336
Binary1100110011101011000110101001110100010000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01991A; }

 p { color: rgb(1,153,26); }

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

<style>
 a { background-color: #01991A; }

 a { background-color: rgb(1,153,26); }

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

<style>
 span { border-color: #01991A; }

 span { border-color: rgb(1,153,26); }

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