Html Css Color HEX #058F0C Islamic Green

📋 copy color: '#058F0C'

red 5 ◦ green 143 ◦ blue 12

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

Shades of Islamic Green #058F0C

Tints of Islamic Green #058F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 89.38%

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 3.13%
G = 89.38%
B = 7.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#058F0C (or 0x058F0C) is known color: Islamic Green. HEX triplet: 05, 8F and 0C. RGB value is (5,143,12). Sum of RGB (Red+Green+Blue) = 5+143+12=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 143 (56.25% from 255 or 89.38% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 143 - color contains mainly: green. Hex color #058F0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058F0C is #FA70F3. Grayscale: #575757. Windows color (decimal): -16412916 or 823045. OLE color: 823045.

HSL color Cylindrical-coordinate representation of color #058F0C: hue angle of 123.04º 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 #058F0C is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 12 -
CMYK 0.97 0 0.92 0.44
HSL 123.04º 0.93% 0.29% -
HSV(B) 123.04º 0.97% 0.56% -
XYZ 9.95 19.7 3.63 -
YUV 86.8 85.78 69.65 -
System Red Green Blue C M Y K H S L
Decimal 5 143 12 0.97 0 0.92 0.44 123.04 0.93 0.29
Hex 5 8F C 61 0 5C 2C 7B 5D 1D
Octal 5 217 14 141 0 134 54 173 135 35
Binary 101 10001111 1100 1100001 0 1011100 101100 1111011 1011101 11101

Color Harmonies of #058F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F0C

Black with #058F0C

Text Example


Text Example

White with #058F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058F0C; }

 p { color: rgb(5,143,12); }

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

background-color css

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

 a { background-color: rgb(5,143,12); }

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

border-color css

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

 span { border-color: rgb(5,143,12); }

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