#019E93

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

Shades of Persian Green #019E93

Tints of Persian Green #019E93

Color information

#019E93 (or 0x019E93) is unknown color: approx Persian Green. HEX triplet: 01, 9E and 93. RGB value is (1,158,147). Sum of RGB (Red+Green+Blue) = 1+158+147=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #019E93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E93 is #FE616C. Grayscale: #6D6D6D. Windows color (decimal): -16671085 or 9674241. OLE color: 9674241.

HSL color Cylindrical-coordinate representation of color #019E93: hue angle of 175.8º 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 #019E93 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB1158147-
CMYK0.9900.070.38
HSL175.8º98.74%31.18%-
HSV(B)175.8º99.37%61.96%-
XYZ17.5126.5731.81-
YUV109.8148.9950.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=0.33%
G=51.63%
B=48.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11581470.9900.070.38175.898.7431.18
Hex19E93630726b0631f
Octal1236223143074626014337
Binary110011110100100111100011011110011010110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,158,147); }

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

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

 a { background-color: rgb(1,158,147); }

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

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

 span { border-color: rgb(1,158,147); }

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