Html Css Color HEX #00940B Islamic Green

📋 copy color: '#00940B'

red 0 ◦ green 148 ◦ blue 11

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

Shades of Islamic Green #00940B

Tints of Islamic Green #00940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 0%
G = 93.08%
B = 6.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#00940B (or 0x00940B) is known color: Islamic Green. HEX triplet: 00, 94 and 0B. RGB value is (0,148,11). Sum of RGB (Red+Green+Blue) = 0+148+11=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 148 (58.20% from 255 or 93.08% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 148 - color contains mainly: green. Hex color #00940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00940B is #FF6BF4. Grayscale: #585858. Windows color (decimal): -16739317 or 758784. OLE color: 758784.

HSL color Cylindrical-coordinate representation of color #00940B: hue angle of 124.46º 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 #00940B is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 148 11 -
CMYK 1 0 0.93 0.42
HSL 124.46º 1% 0.29% -
HSV(B) 124.46º 1% 0.58% -
XYZ 10.65 21.2 3.85 -
YUV 88.13 84.47 65.14 -
System Red Green Blue C M Y K H S L
Decimal 0 148 11 1 0 0.93 0.42 124.46 1 0.29
Hex 0 94 B 64 0 5D 2A 7C 64 1D
Octal 0 224 13 144 0 135 52 174 144 35
Binary 0 10010100 1011 1100100 0 1011101 101010 1111100 1100100 11101

Color Harmonies of #00940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00940B

Black with #00940B

Text Example


Text Example

White with #00940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00940B; }

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

 H1.HeaderClassName
 {
   color: #00940B;
 }
 .AnyTagClassName
 {
   color: #00940B;
 }
</style>

background-color css

<style>
 a { background-color: #00940B; }

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

 div.DivClassName
 {
   background-color: #00940B;
 }
 .BgClassName
 {
   background-color: #00940B;
 }
</style>

border-color css

<style>
 span { border-color: #00940B; }

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

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