Html Css Color HEX #01B89F Persian Green

📋 copy color: '#01B89F'

red 1 ◦ green 184 ◦ blue 159

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

Shades of Persian Green #01B89F

Tints of Persian Green #01B89F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.49%

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 0.29%
G = 53.49%
B = 46.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#01B89F (or 0x01B89F) is known color: Persian Green. HEX triplet: 01, B8 and 9F. RGB value is (1,184,159). Sum of RGB (Red+Green+Blue) = 1+184+159=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #01B89F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B89F is #FE4760. Grayscale: #7E7E7E. Windows color (decimal): -16664417 or 10467329. OLE color: 10467329.

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

Color convert

RGB 1 184 159 -
CMYK 0.99 0 0.14 0.28
HSL 171.8º 0.99% 0.36% -
HSV(B) 171.8º 0.99% 0.72% -
XYZ 23.41 36.79 38.67 -
YUV 126.43 146.37 38.53 -
System Red Green Blue C M Y K H S L
Decimal 1 184 159 0.99 0 0.14 0.28 171.8 0.99 0.36
Hex 1 B8 9F 63 0 E 1C AC 63 24
Octal 1 270 237 143 0 16 34 254 143 44
Binary 1 10111000 10011111 1100011 0 1110 11100 10101100 1100011 100100

Color Harmonies of #01B89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B89F

Black with #01B89F

Text Example


Text Example

White with #01B89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,184,159); }

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

background-color css

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

 a { background-color: rgb(1,184,159); }

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

border-color css

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

 span { border-color: rgb(1,184,159); }

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