Html Css Color HEX #01B386 Persian Green

📋 copy color: '#01B386'

red 1 ◦ green 179 ◦ blue 134

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

Shades of Persian Green #01B386

Tints of Persian Green #01B386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.01%

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 0.32%
G = 57.01%
B = 42.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#01B386 (or 0x01B386) is known color: Persian Green. HEX triplet: 01, B3 and 86. RGB value is (1,179,134). Sum of RGB (Red+Green+Blue) = 1+179+134=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #01B386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B386 is #FE4C79. Grayscale: #787878. Windows color (decimal): -16665722 or 8827649. OLE color: 8827649.

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

Color convert

RGB 1 179 134 -
CMYK 0.99 0 0.25 0.30
HSL 164.83º 0.99% 0.35% -
HSV(B) 164.83º 0.99% 0.7% -
XYZ 20.44 33.97 28.03 -
YUV 120.65 135.53 42.66 -
System Red Green Blue C M Y K H S L
Decimal 1 179 134 0.99 0 0.25 0.30 164.83 0.99 0.35
Hex 1 B3 86 63 0 19 1E A5 63 23
Octal 1 263 206 143 0 31 36 245 143 43
Binary 1 10110011 10000110 1100011 0 11001 11110 10100101 1100011 100011

Color Harmonies of #01B386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B386

Black with #01B386

Text Example


Text Example

White with #01B386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,179,134); }

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

background-color css

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

 a { background-color: rgb(1,179,134); }

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

border-color css

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

 span { border-color: rgb(1,179,134); }

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