Html Css Color HEX #019E93 Persian Green

📋 copy color: '#019E93'

red 1 ◦ green 158 ◦ blue 147

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

Shades of Persian Green #019E93

Tints of Persian Green #019E93

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 value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#019E93 (or 0x019E93) is known color: 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

RGB 1 158 147 -
CMYK 0.99 0 0.07 0.38
HSL 175.8º 0.99% 0.31% -
HSV(B) 175.8º 0.99% 0.62% -
XYZ 17.51 26.57 31.81 -
YUV 109.8 148.99 50.39 -
System Red Green Blue C M Y K H S L
Decimal 1 158 147 0.99 0 0.07 0.38 175.8 0.99 0.31
Hex 1 9E 93 63 0 7 26 B0 63 1F
Octal 1 236 223 143 0 7 46 260 143 37
Binary 1 10011110 10010011 1100011 0 111 100110 10110000 1100011 11111

Color Harmonies of #019E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019E93

Black with #019E93

Text Example


Text Example

White with #019E93

Text Example


Text Example

HTML Codes & Css Web 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>