Html Css Color HEX #019F8D Persian Green

📋 copy color: '#019F8D'

red 1 ◦ green 159 ◦ blue 141

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

Shades of Persian Green #019F8D

Tints of Persian Green #019F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.82%

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 0.33%
G = 52.82%
B = 46.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#019F8D (or 0x019F8D) is known color: Persian Green. HEX triplet: 01, 9F and 8D. RGB value is (1,159,141). Sum of RGB (Red+Green+Blue) = 1+159+141=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #019F8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019F8D is #FE6072. Grayscale: #6D6D6D. Windows color (decimal): -16670835 or 9281281. OLE color: 9281281.

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

Color convert

RGB 1 159 141 -
CMYK 0.99 0 0.11 0.38
HSL 173.16º 0.99% 0.31% -
HSV(B) 173.16º 0.99% 0.62% -
XYZ 17.22 26.73 29.45 -
YUV 109.71 145.65 50.46 -
System Red Green Blue C M Y K H S L
Decimal 1 159 141 0.99 0 0.11 0.38 173.16 0.99 0.31
Hex 1 9F 8D 63 0 B 26 AD 63 1F
Octal 1 237 215 143 0 13 46 255 143 37
Binary 1 10011111 10001101 1100011 0 1011 100110 10101101 1100011 11111

Color Harmonies of #019F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019F8D

Black with #019F8D

Text Example


Text Example

White with #019F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,159,141); }

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

background-color css

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

 a { background-color: rgb(1,159,141); }

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

border-color css

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

 span { border-color: rgb(1,159,141); }

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