Html Css Color HEX #059A55 Pigment Green

📋 copy color: '#059A55'

red 5 ◦ green 154 ◦ blue 85

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

Shades of Pigment Green #059A55

Tints of Pigment Green #059A55

RGB

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

 GREEN value IS 154 (60.55% from 255) = 63.11%

 BLUE value IS 85 (33.59% from 255) = 34.84%

R = 2.05%
G = 63.11%
B = 34.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#059A55 (or 0x059A55) is known color: Pigment Green. HEX triplet: 05, 9A and 55. RGB value is (5,154,85). Sum of RGB (Red+Green+Blue) = 5+154+85=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 154 (60.55% from 255 or 63.11% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 154 - color contains mainly: green. Hex color #059A55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059A55 is #FA65AA. Grayscale: #656565. Windows color (decimal): -16410027 or 5609989. OLE color: 5609989.

HSL color Cylindrical-coordinate representation of color #059A55: hue angle of 152.21º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A55 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 154 85 -
CMYK 0.97 0 0.45 0.40
HSL 152.21º 0.94% 0.31% -
HSV(B) 152.21º 0.97% 0.6% -
XYZ 13.26 23.8 12.49 -
YUV 101.58 118.64 59.11 -
System Red Green Blue C M Y K H S L
Decimal 5 154 85 0.97 0 0.45 0.40 152.21 0.94 0.31
Hex 5 9A 55 61 0 2D 28 98 5E 1F
Octal 5 232 125 141 0 55 50 230 136 37
Binary 101 10011010 1010101 1100001 0 101101 101000 10011000 1011110 11111

Color Harmonies of #059A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059A55

Black with #059A55

Text Example


Text Example

White with #059A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059A55; }

 p { color: rgb(5,154,85); }

 H1.HeaderClassName
 {
   color: #059A55;
 }
 .AnyTagClassName
 {
   color: #059A55;
 }
</style>

background-color css

<style>
 a { background-color: #059A55; }

 a { background-color: rgb(5,154,85); }

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

border-color css

<style>
 span { border-color: #059A55; }

 span { border-color: rgb(5,154,85); }

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