Html Css Color HEX #01AD9C Persian Green

📋 copy color: '#01AD9C'

red 1 ◦ green 173 ◦ blue 156

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

Shades of Persian Green #01AD9C

Tints of Persian Green #01AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.42%

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

R = 0.3%
G = 52.42%
B = 47.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#01AD9C (or 0x01AD9C) is known color: Persian Green. HEX triplet: 01, AD and 9C. RGB value is (1,173,156). Sum of RGB (Red+Green+Blue) = 1+173+156=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AD9C is #FE5263. Grayscale: #777777. Windows color (decimal): -16667236 or 10267905. OLE color: 10267905.

HSL color Cylindrical-coordinate representation of color #01AD9C: hue angle of 174.07º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD9C is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 173 156 -
CMYK 0.99 0 0.10 0.32
HSL 174.07º 0.99% 0.34% -
HSV(B) 174.07º 0.99% 0.68% -
XYZ 20.96 32.29 36.58 -
YUV 119.63 148.52 43.38 -
System Red Green Blue C M Y K H S L
Decimal 1 173 156 0.99 0 0.10 0.32 174.07 0.99 0.34
Hex 1 AD 9C 63 0 A 20 AE 63 22
Octal 1 255 234 143 0 12 40 256 143 42
Binary 1 10101101 10011100 1100011 0 1010 100000 10101110 1100011 100010

Color Harmonies of #01AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD9C

Black with #01AD9C

Text Example


Text Example

White with #01AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AD9C; }

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

 H1.HeaderClassName
 {
   color: #01AD9C;
 }
 .AnyTagClassName
 {
   color: #01AD9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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