Html Css Color HEX #019A9E Persian Green

📋 copy color: '#019A9E'

red 1 ◦ green 154 ◦ blue 158

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

Shades of Persian Green #019A9E

Tints of Persian Green #019A9E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.2%

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

R = 0.32%
G = 49.2%
B = 50.48%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#019A9E (or 0x019A9E) is known color: Persian Green. HEX triplet: 01, 9A and 9E. RGB value is (1,154,158). Sum of RGB (Red+Green+Blue) = 1+154+158=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #019A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019A9E is #FE6561. Grayscale: #6C6C6C. Windows color (decimal): -16672098 or 10394113. OLE color: 10394113.

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

Color convert

RGB 1 154 158 -
CMYK 0.99 0.03 0 0.38
HSL 181.53º 0.99% 0.31% -
HSV(B) 181.53º 0.99% 0.62% -
XYZ 17.74 25.59 36.35 -
YUV 108.71 155.81 51.17 -
System Red Green Blue C M Y K H S L
Decimal 1 154 158 0.99 0.03 0 0.38 181.53 0.99 0.31
Hex 1 9A 9E 63 3 0 26 B6 63 1F
Octal 1 232 236 143 3 0 46 266 143 37
Binary 1 10011010 10011110 1100011 11 0 100110 10110110 1100011 11111

Color Harmonies of #019A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A9E

Black with #019A9E

Text Example


Text Example

White with #019A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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