Html Css Color HEX #058F00 Islamic Green

📋 copy color: '#058F00'

red 5 ◦ green 143 ◦ blue 0

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

Shades of Islamic Green #058F00

Tints of Islamic Green #058F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.38%
G = 96.62%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#058F00 (or 0x058F00) is known color: Islamic Green. HEX triplet: 05, 8F and 00. RGB value is (5,143,0). Sum of RGB (Red+Green+Blue) = 5+143+0=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 143 (56.25% from 255 or 96.62% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 143 - color contains mainly: green. Hex color #058F00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058F00 is #FA70FF. Grayscale: #555555. Windows color (decimal): -16412928 or 36613. OLE color: 36613.

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

Color convert

RGB 5 143 0 -
CMYK 0.97 0 1 0.44
HSL 117.9º 1% 0.28% -
HSV(B) 117.9º 1% 0.56% -
XYZ 9.89 19.68 3.28 -
YUV 85.44 79.78 70.63 -
System Red Green Blue C M Y K H S L
Decimal 5 143 0 0.97 0 1 0.44 117.9 1 0.28
Hex 5 8F 0 61 0 64 2C 76 64 1C
Octal 5 217 0 141 0 144 54 166 144 34
Binary 101 10001111 0 1100001 0 1100100 101100 1110110 1100100 11100

Color Harmonies of #058F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F00

Black with #058F00

Text Example


Text Example

White with #058F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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