#019990

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

Shades of Persian Green #019990

Tints of Persian Green #019990

Color information

#019990 (or 0x019990) is unknown color: approx Persian Green. HEX triplet: 01, 99 and 90. RGB value is (1,153,144). Sum of RGB (Red+Green+Blue) = 1+153+144=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #019990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019990 is #FE666F. Grayscale: #6A6A6A. Windows color (decimal): -16672368 or 9476353. OLE color: 9476353.

HSL color Cylindrical-coordinate representation of color #019990: hue angle of 176.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019990 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB1153144-
CMYK0.9900.060.4
HSL176.45º98.7%30.2%-
HSV(B)176.45º99.35%60%-
XYZ16.4424.830.31-
YUV106.53149.1452.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=0.34%
G=51.34%
B=48.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11531440.9900.060.4176.4598.730.2
Hex19990630628b0631e
Octal1231220143065026014336
Binary110011001100100001100011011010100010110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019990; }

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

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

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

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

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

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

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

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