Html Css Color HEX #019210 Islamic Green

📋 copy color: '#019210'

red 1 ◦ green 146 ◦ blue 16

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

Shades of Islamic Green #019210

Tints of Islamic Green #019210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 89.57%

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

R = 0.61%
G = 89.57%
B = 9.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#019210 (or 0x019210) is known color: Islamic Green. HEX triplet: 01, 92 and 10. RGB value is (1,146,16). Sum of RGB (Red+Green+Blue) = 1+146+16=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 146 (57.42% from 255 or 89.57% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 146 - color contains mainly: green. Hex color #019210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019210 is #FE6DEF. Grayscale: #585858. Windows color (decimal): -16674288 or 1085953. OLE color: 1085953.

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

Color convert

RGB 1 146 16 -
CMYK 0.99 0 0.89 0.43
HSL 126.21º 0.99% 0.29% -
HSV(B) 126.21º 0.99% 0.57% -
XYZ 10.38 20.6 3.92 -
YUV 87.83 87.46 66.07 -
System Red Green Blue C M Y K H S L
Decimal 1 146 16 0.99 0 0.89 0.43 126.21 0.99 0.29
Hex 1 92 10 63 0 59 2B 7E 63 1D
Octal 1 222 20 143 0 131 53 176 143 35
Binary 1 10010010 10000 1100011 0 1011001 101011 1111110 1100011 11101

Color Harmonies of #019210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019210

Black with #019210

Text Example


Text Example

White with #019210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019210; }

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

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

background-color css

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

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

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

border-color css

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

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

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