Html Css Color HEX #019D91 Persian Green

📋 copy color: '#019D91'

red 1 ◦ green 157 ◦ blue 145

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

Shades of Persian Green #019D91

Tints of Persian Green #019D91

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 0.33%
G = 51.82%
B = 47.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#019D91 (or 0x019D91) is known color: Persian Green. HEX triplet: 01, 9D and 91. RGB value is (1,157,145). Sum of RGB (Red+Green+Blue) = 1+157+145=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #019D91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019D91 is #FE626E. Grayscale: #6C6C6C. Windows color (decimal): -16671343 or 9542913. OLE color: 9542913.

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

Color convert

RGB 1 157 145 -
CMYK 0.99 0 0.08 0.38
HSL 175.38º 0.99% 0.31% -
HSV(B) 175.38º 0.99% 0.62% -
XYZ 17.18 26.16 30.93 -
YUV 108.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 1 157 145 0.99 0 0.08 0.38 175.38 0.99 0.31
Hex 1 9D 91 63 0 8 26 AF 63 1F
Octal 1 235 221 143 0 10 46 257 143 37
Binary 1 10011101 10010001 1100011 0 1000 100110 10101111 1100011 11111

Color Harmonies of #019D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019D91

Black with #019D91

Text Example


Text Example

White with #019D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #019D91;
 }
 .AnyTagClassName
 {
   color: #019D91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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