Html Css Color HEX #019505 Islamic Green

📋 copy color: '#019505'

red 1 ◦ green 149 ◦ blue 5

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

Shades of Islamic Green #019505

Tints of Islamic Green #019505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 96.13%

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 0.65%
G = 96.13%
B = 3.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#019505 (or 0x019505) is known color: Islamic Green. HEX triplet: 01, 95 and 05. RGB value is (1,149,5). Sum of RGB (Red+Green+Blue) = 1+149+5=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 149 (58.59% from 255 or 96.13% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 149 - color contains mainly: green. Hex color #019505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019505 is #FE6AFA. Grayscale: #585858. Windows color (decimal): -16673531 or 365825. OLE color: 365825.

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

Color convert

RGB 1 149 5 -
CMYK 0.99 0 0.97 0.42
HSL 121.62º 0.99% 0.29% -
HSV(B) 121.62º 0.99% 0.58% -
XYZ 10.79 21.51 3.73 -
YUV 88.33 80.97 65.71 -
System Red Green Blue C M Y K H S L
Decimal 1 149 5 0.99 0 0.97 0.42 121.62 0.99 0.29
Hex 1 95 5 63 0 61 2A 7A 63 1D
Octal 1 225 5 143 0 141 52 172 143 35
Binary 1 10010101 101 1100011 0 1100001 101010 1111010 1100011 11101

Color Harmonies of #019505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019505

Black with #019505

Text Example


Text Example

White with #019505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019505; }

 p { color: rgb(1,149,5); }

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

background-color css

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

 a { background-color: rgb(1,149,5); }

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

border-color css

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

 span { border-color: rgb(1,149,5); }

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