Html Css Color HEX #059014 Islamic Green

📋 copy color: '#059014'

red 5 ◦ green 144 ◦ blue 20

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

Shades of Islamic Green #059014

Tints of Islamic Green #059014

RGB

 RED value IS 5 (2.34% from 255) = 2.96%

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

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

R = 2.96%
G = 85.21%
B = 11.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#059014 (or 0x059014) is known color: Islamic Green. HEX triplet: 05, 90 and 14. RGB value is (5,144,20). Sum of RGB (Red+Green+Blue) = 5+144+20=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 144 (56.64% from 255 or 85.21% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 144 - color contains mainly: green. Hex color #059014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059014 is #FA6FEB. Grayscale: #585858. Windows color (decimal): -16412652 or 1347589. OLE color: 1347589.

HSL color Cylindrical-coordinate representation of color #059014: hue angle of 126.47º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059014 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 20 -
CMYK 0.97 0 0.86 0.44
HSL 126.47º 0.93% 0.29% -
HSV(B) 126.47º 0.97% 0.56% -
XYZ 10.16 20.03 3.99 -
YUV 88.3 89.45 68.58 -
System Red Green Blue C M Y K H S L
Decimal 5 144 20 0.97 0 0.86 0.44 126.47 0.93 0.29
Hex 5 90 14 61 0 56 2C 7E 5D 1D
Octal 5 220 24 141 0 126 54 176 135 35
Binary 101 10010000 10100 1100001 0 1010110 101100 1111110 1011101 11101

Color Harmonies of #059014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059014

Black with #059014

Text Example


Text Example

White with #059014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059014; }

 p { color: rgb(5,144,20); }

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

background-color css

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

 a { background-color: rgb(5,144,20); }

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

border-color css

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

 span { border-color: rgb(5,144,20); }

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