Html Css Color HEX #01A68E Persian Green

📋 copy color: '#01A68E'

red 1 ◦ green 166 ◦ blue 142

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

Shades of Persian Green #01A68E

Tints of Persian Green #01A68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 0.32%
G = 53.72%
B = 45.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#01A68E (or 0x01A68E) is known color: Persian Green. HEX triplet: 01, A6 and 8E. RGB value is (1,166,142). Sum of RGB (Red+Green+Blue) = 1+166+142=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #01A68E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A68E is #FE5971. Grayscale: #717171. Windows color (decimal): -16669042 or 9348609. OLE color: 9348609.

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

Color convert

RGB 1 166 142 -
CMYK 0.99 0 0.14 0.35
HSL 171.27º 0.99% 0.33% -
HSV(B) 171.27º 0.99% 0.65% -
XYZ 18.53 29.23 30.26 -
YUV 113.93 143.84 47.45 -
System Red Green Blue C M Y K H S L
Decimal 1 166 142 0.99 0 0.14 0.35 171.27 0.99 0.33
Hex 1 A6 8E 63 0 E 23 AB 63 21
Octal 1 246 216 143 0 16 43 253 143 41
Binary 1 10100110 10001110 1100011 0 1110 100011 10101011 1100011 100001

Color Harmonies of #01A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A68E

Black with #01A68E

Text Example


Text Example

White with #01A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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