Html Css Color HEX #00941A Islamic Green

📋 copy color: '#00941A'

red 0 ◦ green 148 ◦ blue 26

#00941A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #00941A

Tints of Islamic Green #00941A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 148 (58.2% from 255) = 85.06%

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 0%
G = 85.06%
B = 14.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#00941A (or 0x00941A) is known color: 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

RGB 0 148 26 -
CMYK 1 0 0.82 0.42
HSL 130.54º 1% 0.29% -
HSV(B) 130.54º 1% 0.58% -
XYZ 10.78 21.25 4.51 -
YUV 89.84 91.97 63.92 -
System Red Green Blue C M Y K H S L
Decimal 0 148 26 1 0 0.82 0.42 130.54 1 0.29
Hex 0 94 1A 64 0 52 2A 83 64 1D
Octal 0 224 32 144 0 122 52 203 144 35
Binary 0 10010100 11010 1100100 0 1010010 101010 10000011 1100100 11101

Color Harmonies of #00941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00941A

Black with #00941A

Text Example


Text Example

White with #00941A

Text Example


Text Example

HTML Codes & Css Web 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>