Html Css Color HEX #01B4A0 Persian Green

📋 copy color: '#01B4A0'

red 1 ◦ green 180 ◦ blue 160

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

Shades of Persian Green #01B4A0

Tints of Persian Green #01B4A0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.79%

 BLUE value IS 160 (62.89% from 255) = 46.92%

R = 0.29%
G = 52.79%
B = 46.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#01B4A0 (or 0x01B4A0) is known color: Persian Green. HEX triplet: 01, B4 and A0. RGB value is (1,180,160). Sum of RGB (Red+Green+Blue) = 1+180+160=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #01B4A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B4A0 is #FE4B5F. Grayscale: #7C7C7C. Windows color (decimal): -16665440 or 10531841. OLE color: 10531841.

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

Color convert

RGB 1 180 160 -
CMYK 0.99 0 0.11 0.29
HSL 173.3º 0.99% 0.35% -
HSV(B) 173.3º 0.99% 0.71% -
XYZ 22.68 35.19 38.85 -
YUV 124.2 148.2 40.13 -
System Red Green Blue C M Y K H S L
Decimal 1 180 160 0.99 0 0.11 0.29 173.3 0.99 0.35
Hex 1 B4 A0 63 0 B 1D AD 63 23
Octal 1 264 240 143 0 13 35 255 143 43
Binary 1 10110100 10100000 1100011 0 1011 11101 10101101 1100011 100011

Color Harmonies of #01B4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B4A0

Black with #01B4A0

Text Example


Text Example

White with #01B4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,180,160); }

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

background-color css

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

 a { background-color: rgb(1,180,160); }

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

border-color css

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

 span { border-color: rgb(1,180,160); }

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