Html Css Color HEX #01B085 Persian Green

📋 copy color: '#01B085'

red 1 ◦ green 176 ◦ blue 133

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

Shades of Persian Green #01B085

Tints of Persian Green #01B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.77%

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

R = 0.32%
G = 56.77%
B = 42.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#01B085 (or 0x01B085) is known color: Persian Green. HEX triplet: 01, B0 and 85. RGB value is (1,176,133). Sum of RGB (Red+Green+Blue) = 1+176+133=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #01B085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B085 is #FE4F7A. Grayscale: #767676. Windows color (decimal): -16666491 or 8761345. OLE color: 8761345.

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

Color convert

RGB 1 176 133 -
CMYK 0.99 0 0.24 0.31
HSL 165.26º 0.99% 0.35% -
HSV(B) 165.26º 0.99% 0.69% -
XYZ 19.77 32.75 27.47 -
YUV 118.77 136.02 44 -
System Red Green Blue C M Y K H S L
Decimal 1 176 133 0.99 0 0.24 0.31 165.26 0.99 0.35
Hex 1 B0 85 63 0 18 1F A5 63 23
Octal 1 260 205 143 0 30 37 245 143 43
Binary 1 10110000 10000101 1100011 0 11000 11111 10100101 1100011 100011

Color Harmonies of #01B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B085

Black with #01B085

Text Example


Text Example

White with #01B085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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