Html Css Color HEX #058B0A Green

📋 copy color: '#058B0A'

red 5 ◦ green 139 ◦ blue 10

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

Shades of Green #058B0A

Tints of Green #058B0A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 90.26%

 BLUE value IS 10 (4.3% from 255) = 6.49%

R = 3.25%
G = 90.26%
B = 6.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#058B0A (or 0x058B0A) is known color: Green. HEX triplet: 05, 8B and 0A. RGB value is (5,139,10). Sum of RGB (Red+Green+Blue) = 5+139+10=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 139 (54.69% from 255 or 90.26% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 139 - color contains mainly: green. Hex color #058B0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058B0A is #FA74F5. Grayscale: #545454. Windows color (decimal): -16413942 or 690949. OLE color: 690949.

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

Color convert

RGB 5 139 10 -
CMYK 0.96 0 0.93 0.45
HSL 122.24º 0.93% 0.28% -
HSV(B) 122.24º 0.96% 0.55% -
XYZ 9.35 18.52 3.37 -
YUV 84.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 5 139 10 0.96 0 0.93 0.45 122.24 0.93 0.28
Hex 5 8B A 60 0 5D 2D 7A 5D 1C
Octal 5 213 12 140 0 135 55 172 135 34
Binary 101 10001011 1010 1100000 0 1011101 101101 1111010 1011101 11100

Color Harmonies of #058B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B0A

Black with #058B0A

Text Example


Text Example

White with #058B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,139,10); }

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

background-color css

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

 a { background-color: rgb(5,139,10); }

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

border-color css

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

 span { border-color: rgb(5,139,10); }

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