Html Css Color HEX #01A68C Persian Green

📋 copy color: '#01A68C'

red 1 ◦ green 166 ◦ blue 140

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

Shades of Persian Green #01A68C

Tints of Persian Green #01A68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 0.33%
G = 54.07%
B = 45.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#01A68C (or 0x01A68C) is known color: Persian Green. HEX triplet: 01, A6 and 8C. RGB value is (1,166,140). Sum of RGB (Red+Green+Blue) = 1+166+140=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #01A68C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A68C is #FE5973. Grayscale: #717171. Windows color (decimal): -16669044 or 9217537. OLE color: 9217537.

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

Color convert

RGB 1 166 140 -
CMYK 0.99 0 0.16 0.35
HSL 170.55º 0.99% 0.33% -
HSV(B) 170.55º 0.99% 0.65% -
XYZ 18.38 29.17 29.47 -
YUV 113.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 1 166 140 0.99 0 0.16 0.35 170.55 0.99 0.33
Hex 1 A6 8C 63 0 10 23 AB 63 21
Octal 1 246 214 143 0 20 43 253 143 41
Binary 1 10100110 10001100 1100011 0 10000 100011 10101011 1100011 100001

Color Harmonies of #01A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A68C

Black with #01A68C

Text Example


Text Example

White with #01A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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