Html Css Color HEX #019010 Islamic Green

📋 copy color: '#019010'

red 1 ◦ green 144 ◦ blue 16

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

Shades of Islamic Green #019010

Tints of Islamic Green #019010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 89.44%

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 0.62%
G = 89.44%
B = 9.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#019010 (or 0x019010) is known color: Islamic Green. HEX triplet: 01, 90 and 10. RGB value is (1,144,16). Sum of RGB (Red+Green+Blue) = 1+144+16=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 144 (56.64% from 255 or 89.44% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 144 - color contains mainly: green. Hex color #019010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019010 is #FE6FEF. Grayscale: #575757. Windows color (decimal): -16674800 or 1085441. OLE color: 1085441.

HSL color Cylindrical-coordinate representation of color #019010: hue angle of 126.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019010 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 16 -
CMYK 0.99 0 0.89 0.44
HSL 126.29º 0.99% 0.28% -
HSV(B) 126.29º 0.99% 0.56% -
XYZ 10.08 19.99 3.82 -
YUV 86.65 88.12 66.91 -
System Red Green Blue C M Y K H S L
Decimal 1 144 16 0.99 0 0.89 0.44 126.29 0.99 0.28
Hex 1 90 10 63 0 59 2C 7E 63 1C
Octal 1 220 20 143 0 131 54 176 143 34
Binary 1 10010000 10000 1100011 0 1011001 101100 1111110 1100011 11100

Color Harmonies of #019010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019010

Black with #019010

Text Example


Text Example

White with #019010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019010; }

 p { color: rgb(1,144,16); }

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

background-color css

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

 a { background-color: rgb(1,144,16); }

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

border-color css

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

 span { border-color: rgb(1,144,16); }

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