#00941A

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

Shades of Islamic Green #00941A

Tints of Islamic Green #00941A

Color information

#00941A (or 0x00941A) is unknown color: approx Islamic Green. HEX triplet: 00, 94 and 1A. RGB value is (0,148,26). Sum of RGB (Red+Green+Blue) = 0+148+26=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 148 (58.20% from 255 or 85.06% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 148 - color contains mainly: green. Hex color #00941A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00941A is #FF6BE5. Grayscale: #5A5A5A. Windows color (decimal): -16739302 or 1741824. OLE color: 1741824.

HSL color Cylindrical-coordinate representation of color #00941A: hue angle of 130.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00941A is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB014826-
CMYK100.820.42
HSL130.54º100%29.02%-
HSV(B)130.54º100%58.04%-
XYZ10.7821.254.51-
YUV89.8491.9763.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 85.06%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=0%
G=85.06%
B=14.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014826100.820.42130.5410029.02
Hex0941A640522A83641d
Octal02243214401225220314435
Binary0100101001101011001000101001010101010000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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