Html Css Color HEX #01A69F Persian Green

📋 copy color: '#01A69F'

red 1 ◦ green 166 ◦ blue 159

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

Shades of Persian Green #01A69F

Tints of Persian Green #01A69F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.92%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 0.31%
G = 50.92%
B = 48.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#01A69F (or 0x01A69F) is known color: Persian Green. HEX triplet: 01, A6 and 9F. RGB value is (1,166,159). Sum of RGB (Red+Green+Blue) = 1+166+159=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #01A69F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A69F is #FE5960. Grayscale: #737373. Windows color (decimal): -16669025 or 10462721. OLE color: 10462721.

HSL color Cylindrical-coordinate representation of color #01A69F: hue angle of 177.45º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A69F is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 166 159 -
CMYK 0.99 0 0.04 0.35
HSL 177.45º 0.99% 0.33% -
HSV(B) 177.45º 0.99% 0.65% -
XYZ 19.91 29.78 37.5 -
YUV 115.87 152.34 46.07 -
System Red Green Blue C M Y K H S L
Decimal 1 166 159 0.99 0 0.04 0.35 177.45 0.99 0.33
Hex 1 A6 9F 63 0 4 23 B1 63 21
Octal 1 246 237 143 0 4 43 261 143 41
Binary 1 10100110 10011111 1100011 0 100 100011 10110001 1100011 100001

Color Harmonies of #01A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A69F

Black with #01A69F

Text Example


Text Example

White with #01A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,166,159); }

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

background-color css

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

 a { background-color: rgb(1,166,159); }

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

border-color css

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

 span { border-color: rgb(1,166,159); }

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