Html Css Color HEX #059D90 Persian Green

📋 copy color: '#059D90'

red 5 ◦ green 157 ◦ blue 144

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

Shades of Persian Green #059D90

Tints of Persian Green #059D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.31%

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 1.63%
G = 51.31%
B = 47.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#059D90 (or 0x059D90) is known color: Persian Green. HEX triplet: 05, 9D and 90. RGB value is (5,157,144). Sum of RGB (Red+Green+Blue) = 5+157+144=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #059D90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D90 is #FA626F. Grayscale: #6D6D6D. Windows color (decimal): -16409200 or 9477381. OLE color: 9477381.

HSL color Cylindrical-coordinate representation of color #059D90: hue angle of 174.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059D90 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 157 144 -
CMYK 0.97 0 0.08 0.38
HSL 174.87º 0.94% 0.32% -
HSV(B) 174.87º 0.97% 0.62% -
XYZ 17.15 26.16 30.53 -
YUV 110.07 147.14 53.06 -
System Red Green Blue C M Y K H S L
Decimal 5 157 144 0.97 0 0.08 0.38 174.87 0.94 0.32
Hex 5 9D 90 61 0 8 26 AF 5E 20
Octal 5 235 220 141 0 10 46 257 136 40
Binary 101 10011101 10010000 1100001 0 1000 100110 10101111 1011110 100000

Color Harmonies of #059D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059D90

Black with #059D90

Text Example


Text Example

White with #059D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,157,144); }

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

background-color css

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

 a { background-color: rgb(5,157,144); }

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

border-color css

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

 span { border-color: rgb(5,157,144); }

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