#019C90

Color #019C90 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #019C90

Tints of Persian Green #019C90

Color information

#019C90 (or 0x019C90) is unknown color: approx Persian Green. HEX triplet: 01, 9C and 90. RGB value is (1,156,144). Sum of RGB (Red+Green+Blue) = 1+156+144=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #019C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019C90 is #FE636F. Grayscale: #6C6C6C. Windows color (decimal): -16671600 or 9477121. OLE color: 9477121.

HSL color Cylindrical-coordinate representation of color #019C90: hue angle of 175.35º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C90 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB1156144-
CMYK0.9900.080.39
HSL175.35º98.73%30.78%-
HSV(B)175.35º99.36%61.18%-
XYZ16.9425.830.47-
YUV108.29148.1551.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 156 (61.33% from 255) = 51.83%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=0.33%
G=51.83%
B=47.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11561440.9900.080.39175.3598.7330.78
Hex19C90630827af631f
Octal12342201430104725714337
Binary1100111001001000011000110100010011110101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,156,144); }

 H1.HeaderClassName
 {
   color: #019C90;
 }
 .AnyTagClassName
 {
   color: #019C90;
 }
</style>
background-color css

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

 a { background-color: rgb(1,156,144); }

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

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

 span { border-color: rgb(1,156,144); }

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