Html Css Color HEX #019614 Islamic Green

📋 copy color: '#019614'

red 1 ◦ green 150 ◦ blue 20

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

Shades of Islamic Green #019614

Tints of Islamic Green #019614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 0.58%
G = 87.72%
B = 11.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#019614 (or 0x019614) is known color: Islamic Green. HEX triplet: 01, 96 and 14. RGB value is (1,150,20). Sum of RGB (Red+Green+Blue) = 1+150+20=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 150 (58.98% from 255 or 87.72% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 150 - color contains mainly: green. Hex color #019614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019614 is #FE69EB. Grayscale: #5B5B5B. Windows color (decimal): -16673260 or 1349121. OLE color: 1349121.

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

Color convert

RGB 1 150 20 -
CMYK 0.99 0 0.87 0.41
HSL 127.65º 0.99% 0.3% -
HSV(B) 127.65º 0.99% 0.59% -
XYZ 11.05 21.87 4.3 -
YUV 90.63 88.14 64.07 -
System Red Green Blue C M Y K H S L
Decimal 1 150 20 0.99 0 0.87 0.41 127.65 0.99 0.3
Hex 1 96 14 63 0 57 29 80 63 1E
Octal 1 226 24 143 0 127 51 200 143 36
Binary 1 10010110 10100 1100011 0 1010111 101001 10000000 1100011 11110

Color Harmonies of #019614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019614

Black with #019614

Text Example


Text Example

White with #019614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019614; }

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

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

background-color css

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

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

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

border-color css

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

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

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