Html Css Color HEX #058C14 Green

📋 copy color: '#058C14'

red 5 ◦ green 140 ◦ blue 20

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

Shades of Green #058C14

Tints of Green #058C14

RGB

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

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

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

R = 3.03%
G = 84.85%
B = 12.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#058C14 (or 0x058C14) is known color: Green. HEX triplet: 05, 8C and 14. RGB value is (5,140,20). Sum of RGB (Red+Green+Blue) = 5+140+20=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 140 (55.08% from 255 or 84.85% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 140 - color contains mainly: green. Hex color #058C14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058C14 is #FA73EB. Grayscale: #565656. Windows color (decimal): -16413676 or 1346565. OLE color: 1346565.

HSL color Cylindrical-coordinate representation of color #058C14: hue angle of 126.67º 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 #058C14 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 20 -
CMYK 0.96 0 0.86 0.45
HSL 126.67º 0.93% 0.28% -
HSV(B) 126.67º 0.96% 0.55% -
XYZ 9.57 18.84 3.79 -
YUV 85.96 90.77 70.26 -
System Red Green Blue C M Y K H S L
Decimal 5 140 20 0.96 0 0.86 0.45 126.67 0.93 0.28
Hex 5 8C 14 60 0 56 2D 7F 5D 1C
Octal 5 214 24 140 0 126 55 177 135 34
Binary 101 10001100 10100 1100000 0 1010110 101101 1111111 1011101 11100

Color Harmonies of #058C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C14

Black with #058C14

Text Example


Text Example

White with #058C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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