Html Css Color HEX #059C14 Islamic Green

📋 copy color: '#059C14'

red 5 ◦ green 156 ◦ blue 20

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

Shades of Islamic Green #059C14

Tints of Islamic Green #059C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 86.19%

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

R = 2.76%
G = 86.19%
B = 11.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#059C14 (or 0x059C14) is known color: Islamic Green. HEX triplet: 05, 9C and 14. RGB value is (5,156,20). Sum of RGB (Red+Green+Blue) = 5+156+20=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 156 (61.33% from 255 or 86.19% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 156 - color contains mainly: green. Hex color #059C14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059C14 is #FA63EB. Grayscale: #5F5F5F. Windows color (decimal): -16409580 or 1350661. OLE color: 1350661.

HSL color Cylindrical-coordinate representation of color #059C14: hue angle of 125.96º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C14 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 156 20 -
CMYK 0.97 0 0.87 0.39
HSL 125.96º 0.94% 0.32% -
HSV(B) 125.96º 0.97% 0.61% -
XYZ 12.08 23.86 4.63 -
YUV 95.35 85.47 63.56 -
System Red Green Blue C M Y K H S L
Decimal 5 156 20 0.97 0 0.87 0.39 125.96 0.94 0.32
Hex 5 9C 14 61 0 57 27 7E 5E 20
Octal 5 234 24 141 0 127 47 176 136 40
Binary 101 10011100 10100 1100001 0 1010111 100111 1111110 1011110 100000

Color Harmonies of #059C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C14

Black with #059C14

Text Example


Text Example

White with #059C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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