Html Css Color HEX #01940B Islamic Green

📋 copy color: '#01940B'

red 1 ◦ green 148 ◦ blue 11

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

Shades of Islamic Green #01940B

Tints of Islamic Green #01940B

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

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

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

R = 0.63%
G = 92.5%
B = 6.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#01940B (or 0x01940B) is known color: Islamic Green. HEX triplet: 01, 94 and 0B. RGB value is (1,148,11). Sum of RGB (Red+Green+Blue) = 1+148+11=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 148 (58.20% from 255 or 92.5% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 148 - color contains mainly: green. Hex color #01940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01940B is #FE6BF4. Grayscale: #585858. Windows color (decimal): -16673781 or 758785. OLE color: 758785.

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

Color convert

RGB 1 148 11 -
CMYK 0.99 0 0.93 0.42
HSL 124.08º 0.99% 0.29% -
HSV(B) 124.08º 0.99% 0.58% -
XYZ 10.66 21.21 3.85 -
YUV 88.43 84.3 65.64 -
System Red Green Blue C M Y K H S L
Decimal 1 148 11 0.99 0 0.93 0.42 124.08 0.99 0.29
Hex 1 94 B 63 0 5D 2A 7C 63 1D
Octal 1 224 13 143 0 135 52 174 143 35
Binary 1 10010100 1011 1100011 0 1011101 101010 1111100 1100011 11101

Color Harmonies of #01940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01940B

Black with #01940B

Text Example


Text Example

White with #01940B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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