Html Css Color HEX #019120 Islamic Green

📋 copy color: '#019120'

red 1 ◦ green 145 ◦ blue 32

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

Shades of Islamic Green #019120

Tints of Islamic Green #019120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 81.46%

 BLUE value IS 32 (12.89% from 255) = 17.98%

R = 0.56%
G = 81.46%
B = 17.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#019120 (or 0x019120) is known color: Islamic Green. HEX triplet: 01, 91 and 20. RGB value is (1,145,32). Sum of RGB (Red+Green+Blue) = 1+145+32=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 145 (57.03% from 255 or 81.46% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 145 - color contains mainly: green. Hex color #019120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019120 is #FE6EDF. Grayscale: #595959. Windows color (decimal): -16674528 or 2134273. OLE color: 2134273.

HSL color Cylindrical-coordinate representation of color #019120: hue angle of 132.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019120 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 32 -
CMYK 0.99 0 0.78 0.43
HSL 132.92º 0.99% 0.29% -
HSV(B) 132.92º 0.99% 0.57% -
XYZ 10.4 20.36 4.75 -
YUV 89.06 95.79 65.19 -
System Red Green Blue C M Y K H S L
Decimal 1 145 32 0.99 0 0.78 0.43 132.92 0.99 0.29
Hex 1 91 20 63 0 4E 2B 85 63 1D
Octal 1 221 40 143 0 116 53 205 143 35
Binary 1 10010001 100000 1100011 0 1001110 101011 10000101 1100011 11101

Color Harmonies of #019120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019120

Black with #019120

Text Example


Text Example

White with #019120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019120; }

 p { color: rgb(1,145,32); }

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

background-color css

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

 a { background-color: rgb(1,145,32); }

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

border-color css

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

 span { border-color: rgb(1,145,32); }

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