Html Css Color HEX #019612 Islamic Green

📋 copy color: '#019612'

red 1 ◦ green 150 ◦ blue 18

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

Shades of Islamic Green #019612

Tints of Islamic Green #019612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 88.76%

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 0.59%
G = 88.76%
B = 10.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#019612 (or 0x019612) is known color: Islamic Green. HEX triplet: 01, 96 and 12. RGB value is (1,150,18). Sum of RGB (Red+Green+Blue) = 1+150+18=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 150 (58.98% from 255 or 88.76% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 150 - color contains mainly: green. Hex color #019612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019612 is #FE69ED. Grayscale: #5A5A5A. Windows color (decimal): -16673262 or 1218049. OLE color: 1218049.

HSL color Cylindrical-coordinate representation of color #019612: hue angle of 126.85º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019612 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 150 18 -
CMYK 0.99 0 0.88 0.41
HSL 126.85º 0.99% 0.3% -
HSV(B) 126.85º 0.99% 0.59% -
XYZ 11.03 21.86 4.21 -
YUV 90.4 87.14 64.23 -
System Red Green Blue C M Y K H S L
Decimal 1 150 18 0.99 0 0.88 0.41 126.85 0.99 0.3
Hex 1 96 12 63 0 58 29 7F 63 1E
Octal 1 226 22 143 0 130 51 177 143 36
Binary 1 10010110 10010 1100011 0 1011000 101001 1111111 1100011 11110

Color Harmonies of #019612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019612

Black with #019612

Text Example


Text Example

White with #019612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019612; }

 p { color: rgb(1,150,18); }

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

background-color css

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

 a { background-color: rgb(1,150,18); }

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

border-color css

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

 span { border-color: rgb(1,150,18); }

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