Html Css Color HEX #00A19C Persian Green

📋 copy color: '#00A19C'

red 0 ◦ green 161 ◦ blue 156

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

Shades of Persian Green #00A19C

Tints of Persian Green #00A19C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 161 (63.28% from 255) = 50.79%

 BLUE value IS 156 (61.33% from 255) = 49.21%

R = 0%
G = 50.79%
B = 49.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#00A19C (or 0x00A19C) is known color: Persian Green. HEX triplet: 00, A1 and 9C. RGB value is (0,161,156). Sum of RGB (Red+Green+Blue) = 0+161+156=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #00A19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A19C is #FF5E63. Grayscale: #707070. Windows color (decimal): -16735844 or 10264832. OLE color: 10264832.

HSL color Cylindrical-coordinate representation of color #00A19C: hue angle of 178.14º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A19C is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 161 156 -
CMYK 1 0 0.03 0.37
HSL 178.14º 1% 0.32% -
HSV(B) 178.14º 1% 0.63% -
XYZ 18.75 27.89 35.85 -
YUV 112.29 152.66 47.91 -
System Red Green Blue C M Y K H S L
Decimal 0 161 156 1 0 0.03 0.37 178.14 1 0.32
Hex 0 A1 9C 64 0 3 25 B2 64 20
Octal 0 241 234 144 0 3 45 262 144 40
Binary 0 10100001 10011100 1100100 0 11 100101 10110010 1100100 100000

Color Harmonies of #00A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A19C

Black with #00A19C

Text Example


Text Example

White with #00A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A19C; }

 p { color: rgb(0,161,156); }

 H1.HeaderClassName
 {
   color: #00A19C;
 }
 .AnyTagClassName
 {
   color: #00A19C;
 }
</style>

background-color css

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

 a { background-color: rgb(0,161,156); }

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

border-color css

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

 span { border-color: rgb(0,161,156); }

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