Html Css Color HEX #019D86 Persian Green

📋 copy color: '#019D86'

red 1 ◦ green 157 ◦ blue 134

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

Shades of Persian Green #019D86

Tints of Persian Green #019D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.89%

R = 0.34%
G = 53.77%
B = 45.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#019D86 (or 0x019D86) is known color: Persian Green. HEX triplet: 01, 9D and 86. RGB value is (1,157,134). Sum of RGB (Red+Green+Blue) = 1+157+134=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #019D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019D86 is #FE6279. Grayscale: #6B6B6B. Windows color (decimal): -16671354 or 8822017. OLE color: 8822017.

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

Color convert

RGB 1 157 134 -
CMYK 0.99 0 0.15 0.38
HSL 171.15º 0.99% 0.31% -
HSV(B) 171.15º 0.99% 0.62% -
XYZ 16.37 25.84 26.68 -
YUV 107.73 142.82 51.87 -
System Red Green Blue C M Y K H S L
Decimal 1 157 134 0.99 0 0.15 0.38 171.15 0.99 0.31
Hex 1 9D 86 63 0 F 26 AB 63 1F
Octal 1 235 206 143 0 17 46 253 143 37
Binary 1 10011101 10000110 1100011 0 1111 100110 10101011 1100011 11111

Color Harmonies of #019D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019D86

Black with #019D86

Text Example


Text Example

White with #019D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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