Html Css Color HEX #01A485 Persian Green

📋 copy color: '#01A485'

red 1 ◦ green 164 ◦ blue 133

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

Shades of Persian Green #01A485

Tints of Persian Green #01A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.03%

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 0.34%
G = 55.03%
B = 44.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#01A485 (or 0x01A485) is known color: Persian Green. HEX triplet: 01, A4 and 85. RGB value is (1,164,133). Sum of RGB (Red+Green+Blue) = 1+164+133=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #01A485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A485 is #FE5B7A. Grayscale: #6F6F6F. Windows color (decimal): -16669563 or 8758273. OLE color: 8758273.

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

Color convert

RGB 1 164 133 -
CMYK 0.99 0 0.19 0.36
HSL 168.59º 0.99% 0.32% -
HSV(B) 168.59º 0.99% 0.64% -
XYZ 17.52 28.25 26.72 -
YUV 111.73 140 49.02 -
System Red Green Blue C M Y K H S L
Decimal 1 164 133 0.99 0 0.19 0.36 168.59 0.99 0.32
Hex 1 A4 85 63 0 13 24 A9 63 20
Octal 1 244 205 143 0 23 44 251 143 40
Binary 1 10100100 10000101 1100011 0 10011 100100 10101001 1100011 100000

Color Harmonies of #01A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A485

Black with #01A485

Text Example


Text Example

White with #01A485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,164,133); }

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

background-color css

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

 a { background-color: rgb(1,164,133); }

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

border-color css

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

 span { border-color: rgb(1,164,133); }

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