#019D84

Color #019D84 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #019D84

Tints of Persian Green #019D84

Color information

#019D84 (or 0x019D84) is unknown color: approx Persian Green. HEX triplet: 01, 9D and 84. RGB value is (1,157,132). Sum of RGB (Red+Green+Blue) = 1+157+132=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #019D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019D84 is #FE627B. Grayscale: #6B6B6B. Windows color (decimal): -16671356 or 8690945. OLE color: 8690945.

HSL color Cylindrical-coordinate representation of color #019D84: hue angle of 170.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019D84 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB1157132-
CMYK0.9900.160.38
HSL170.38º98.73%30.98%-
HSV(B)170.38º99.36%61.57%-
XYZ16.2325.7925.95-
YUV107.51141.8252.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 157 (61.72% from 255) = 54.14%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=0.34%
G=54.14%
B=45.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11571320.9900.160.38170.3898.7330.98
Hex19D846301026aa631f
Octal12352041430204625214337
Binary11001110110000100110001101000010011010101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019D84; }

 p { color: rgb(1,157,132); }

 H1.HeaderClassName
 {
   color: #019D84;
 }
 .AnyTagClassName
 {
   color: #019D84;
 }
</style>
background-color css

<style>
 a { background-color: #019D84; }

 a { background-color: rgb(1,157,132); }

 div.DivClassName
 {
   background-color: #019D84;
 }
 .BgClassName
 {
   background-color: #019D84;
 }
</style>
border-color css

<style>
 span { border-color: #019D84; }

 span { border-color: rgb(1,157,132); }

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