Html Css Color HEX #019411 Islamic Green

📋 copy color: '#019411'

red 1 ◦ green 148 ◦ blue 17

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

Shades of Islamic Green #019411

Tints of Islamic Green #019411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 0.6%
G = 89.16%
B = 10.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#019411 (or 0x019411) is known color: Islamic Green. HEX triplet: 01, 94 and 11. RGB value is (1,148,17). Sum of RGB (Red+Green+Blue) = 1+148+17=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 148 (58.20% from 255 or 89.16% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 148 - color contains mainly: green. Hex color #019411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019411 is #FE6BEE. Grayscale: #595959. Windows color (decimal): -16673775 or 1152001. OLE color: 1152001.

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

Color convert

RGB 1 148 17 -
CMYK 0.99 0 0.89 0.42
HSL 126.53º 0.99% 0.29% -
HSV(B) 126.53º 0.99% 0.58% -
XYZ 10.7 21.23 4.06 -
YUV 89.11 87.3 65.15 -
System Red Green Blue C M Y K H S L
Decimal 1 148 17 0.99 0 0.89 0.42 126.53 0.99 0.29
Hex 1 94 11 63 0 59 2A 7F 63 1D
Octal 1 224 21 143 0 131 52 177 143 35
Binary 1 10010100 10001 1100011 0 1011001 101010 1111111 1100011 11101

Color Harmonies of #019411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019411

Black with #019411

Text Example


Text Example

White with #019411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019411; }

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

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

background-color css

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

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

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

border-color css

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

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

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