Html Css Color HEX #058C0E Green

📋 copy color: '#058C0E'

red 5 ◦ green 140 ◦ blue 14

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

Shades of Green #058C0E

Tints of Green #058C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 88.05%

 BLUE value IS 14 (5.86% from 255) = 8.81%

R = 3.14%
G = 88.05%
B = 8.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#058C0E (or 0x058C0E) is known color: Green. HEX triplet: 05, 8C and 0E. RGB value is (5,140,14). Sum of RGB (Red+Green+Blue) = 5+140+14=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 140 (55.08% from 255 or 88.05% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 140 - color contains mainly: green. Hex color #058C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C0E is #FA73F1. Grayscale: #555555. Windows color (decimal): -16413682 or 953349. OLE color: 953349.

HSL color Cylindrical-coordinate representation of color #058C0E: hue angle of 124º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C0E is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 14 -
CMYK 0.96 0 0.90 0.45
HSL 124º 0.93% 0.28% -
HSV(B) 124º 0.96% 0.55% -
XYZ 9.52 18.82 3.55 -
YUV 85.27 87.77 70.75 -
System Red Green Blue C M Y K H S L
Decimal 5 140 14 0.96 0 0.90 0.45 124 0.93 0.28
Hex 5 8C E 60 0 5A 2D 7C 5D 1C
Octal 5 214 16 140 0 132 55 174 135 34
Binary 101 10001100 1110 1100000 0 1011010 101101 1111100 1011101 11100

Color Harmonies of #058C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C0E

Black with #058C0E

Text Example


Text Example

White with #058C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,140,14); }

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

background-color css

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

 a { background-color: rgb(5,140,14); }

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

border-color css

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

 span { border-color: rgb(5,140,14); }

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