Html Css Color HEX #058A06 Green

📋 copy color: '#058A06'

red 5 ◦ green 138 ◦ blue 6

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

Shades of Green #058A06

Tints of Green #058A06

RGB

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

 GREEN value IS 138 (54.3% from 255) = 92.62%

 BLUE value IS 6 (2.73% from 255) = 4.03%

R = 3.36%
G = 92.62%
B = 4.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#058A06 (or 0x058A06) is known color: Green. HEX triplet: 05, 8A and 06. RGB value is (5,138,6). Sum of RGB (Red+Green+Blue) = 5+138+6=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 138 (54.30% from 255 or 92.62% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 138 - color contains mainly: green. Hex color #058A06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058A06 is #FA75F9. Grayscale: #535353. Windows color (decimal): -16414202 or 428549. OLE color: 428549.

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

Color convert

RGB 5 138 6 -
CMYK 0.96 0 0.96 0.46
HSL 120.45º 0.93% 0.28% -
HSV(B) 120.45º 0.96% 0.54% -
XYZ 9.18 18.22 3.21 -
YUV 83.19 84.44 72.23 -
System Red Green Blue C M Y K H S L
Decimal 5 138 6 0.96 0 0.96 0.46 120.45 0.93 0.28
Hex 5 8A 6 60 0 60 2E 78 5D 1C
Octal 5 212 6 140 0 140 56 170 135 34
Binary 101 10001010 110 1100000 0 1100000 101110 1111000 1011101 11100

Color Harmonies of #058A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058A06

Black with #058A06

Text Example


Text Example

White with #058A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,138,6); }

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

background-color css

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

 a { background-color: rgb(5,138,6); }

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

border-color css

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

 span { border-color: rgb(5,138,6); }

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