Html Css Color HEX #01940F Islamic Green

📋 copy color: '#01940F'

red 1 ◦ green 148 ◦ blue 15

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

Shades of Islamic Green #01940F

Tints of Islamic Green #01940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 0.61%
G = 90.24%
B = 9.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#01940F (or 0x01940F) is known color: Islamic Green. HEX triplet: 01, 94 and 0F. RGB value is (1,148,15). Sum of RGB (Red+Green+Blue) = 1+148+15=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 148 (58.20% from 255 or 90.24% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 148 - color contains mainly: green. Hex color #01940F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01940F is #FE6BF0. Grayscale: #595959. Windows color (decimal): -16673777 or 1020929. OLE color: 1020929.

HSL color Cylindrical-coordinate representation of color #01940F: hue angle of 125.71º 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 #01940F is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 15 -
CMYK 0.99 0 0.90 0.42
HSL 125.71º 0.99% 0.29% -
HSV(B) 125.71º 0.99% 0.58% -
XYZ 10.69 21.22 3.98 -
YUV 88.89 86.3 65.31 -
System Red Green Blue C M Y K H S L
Decimal 1 148 15 0.99 0 0.90 0.42 125.71 0.99 0.29
Hex 1 94 F 63 0 5A 2A 7E 63 1D
Octal 1 224 17 143 0 132 52 176 143 35
Binary 1 10010100 1111 1100011 0 1011010 101010 1111110 1100011 11101

Color Harmonies of #01940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01940F

Black with #01940F

Text Example


Text Example

White with #01940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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