Html Css Color HEX #019F9E Persian Green

📋 copy color: '#019F9E'

red 1 ◦ green 159 ◦ blue 158

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

Shades of Persian Green #019F9E

Tints of Persian Green #019F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.69%

R = 0.31%
G = 50%
B = 49.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#019F9E (or 0x019F9E) is known color: Persian Green. HEX triplet: 01, 9F and 9E. RGB value is (1,159,158). Sum of RGB (Red+Green+Blue) = 1+159+158=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #019F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019F9E is #FE6061. Grayscale: #6F6F6F. Windows color (decimal): -16670818 or 10395393. OLE color: 10395393.

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

Color convert

RGB 1 159 158 -
CMYK 0.99 0 0.01 0.38
HSL 179.62º 0.99% 0.31% -
HSV(B) 179.62º 0.99% 0.62% -
XYZ 18.58 27.27 36.63 -
YUV 111.64 154.15 49.08 -
System Red Green Blue C M Y K H S L
Decimal 1 159 158 0.99 0 0.01 0.38 179.62 0.99 0.31
Hex 1 9F 9E 63 0 1 26 B4 63 1F
Octal 1 237 236 143 0 1 46 264 143 37
Binary 1 10011111 10011110 1100011 0 1 100110 10110100 1100011 11111

Color Harmonies of #019F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019F9E

Black with #019F9E

Text Example


Text Example

White with #019F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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