Html Css Color HEX #01ADA7 Persian Green

📋 copy color: '#01ADA7'

red 1 ◦ green 173 ◦ blue 167

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

Shades of Persian Green #01ADA7

Tints of Persian Green #01ADA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.97%

R = 0.29%
G = 50.73%
B = 48.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#01ADA7 (or 0x01ADA7) is known color: Persian Green. HEX triplet: 01, AD and A7. RGB value is (1,173,167). Sum of RGB (Red+Green+Blue) = 1+173+167=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #01ADA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ADA7 is #FE5258. Grayscale: #787878. Windows color (decimal): -16667225 or 10988801. OLE color: 10988801.

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

Color convert

RGB 1 173 167 -
CMYK 0.99 0 0.03 0.32
HSL 177.91º 0.99% 0.34% -
HSV(B) 177.91º 0.99% 0.68% -
XYZ 21.93 32.68 41.71 -
YUV 120.89 154.02 42.49 -
System Red Green Blue C M Y K H S L
Decimal 1 173 167 0.99 0 0.03 0.32 177.91 0.99 0.34
Hex 1 AD A7 63 0 3 20 B2 63 22
Octal 1 255 247 143 0 3 40 262 143 42
Binary 1 10101101 10100111 1100011 0 11 100000 10110010 1100011 100010

Color Harmonies of #01ADA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADA7

Black with #01ADA7

Text Example


Text Example

White with #01ADA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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