Html Css Color HEX #019A8D Persian Green

📋 copy color: '#019A8D'

red 1 ◦ green 154 ◦ blue 141

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

Shades of Persian Green #019A8D

Tints of Persian Green #019A8D

RGB

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

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

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

R = 0.34%
G = 52.03%
B = 47.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#019A8D (or 0x019A8D) is known color: Persian Green. HEX triplet: 01, 9A and 8D. RGB value is (1,154,141). Sum of RGB (Red+Green+Blue) = 1+154+141=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 154 (60.55% from 255 or 52.03% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 154 - color contains mainly: green. Hex color #019A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019A8D is #FE6572. Grayscale: #6A6A6A. Windows color (decimal): -16672115 or 9280001. OLE color: 9280001.

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

Color convert

RGB 1 154 141 -
CMYK 0.99 0 0.08 0.40
HSL 174.9º 0.99% 0.3% -
HSV(B) 174.9º 0.99% 0.6% -
XYZ 16.38 25.04 29.17 -
YUV 106.77 147.31 52.56 -
System Red Green Blue C M Y K H S L
Decimal 1 154 141 0.99 0 0.08 0.40 174.9 0.99 0.3
Hex 1 9A 8D 63 0 8 28 AF 63 1E
Octal 1 232 215 143 0 10 50 257 143 36
Binary 1 10011010 10001101 1100011 0 1000 101000 10101111 1100011 11110

Color Harmonies of #019A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A8D

Black with #019A8D

Text Example


Text Example

White with #019A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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