Html Css Color HEX #01B486 Persian Green

📋 copy color: '#01B486'

red 1 ◦ green 180 ◦ blue 134

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

Shades of Persian Green #01B486

Tints of Persian Green #01B486

RGB

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

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

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

R = 0.32%
G = 57.14%
B = 42.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#01B486 (or 0x01B486) is known color: Persian Green. HEX triplet: 01, B4 and 86. RGB value is (1,180,134). Sum of RGB (Red+Green+Blue) = 1+180+134=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #01B486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B486 is #FE4B79. Grayscale: #797979. Windows color (decimal): -16665466 or 8827905. OLE color: 8827905.

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

Color convert

RGB 1 180 134 -
CMYK 0.99 0 0.26 0.29
HSL 164.58º 0.99% 0.35% -
HSV(B) 164.58º 0.99% 0.71% -
XYZ 20.64 34.37 28.1 -
YUV 121.24 135.2 42.24 -
System Red Green Blue C M Y K H S L
Decimal 1 180 134 0.99 0 0.26 0.29 164.58 0.99 0.35
Hex 1 B4 86 63 0 1A 1D A5 63 23
Octal 1 264 206 143 0 32 35 245 143 43
Binary 1 10110100 10000110 1100011 0 11010 11101 10100101 1100011 100011

Color Harmonies of #01B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B486

Black with #01B486

Text Example


Text Example

White with #01B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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