Html Css Color HEX #01B891 Persian Green

📋 copy color: '#01B891'

red 1 ◦ green 184 ◦ blue 145

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

Shades of Persian Green #01B891

Tints of Persian Green #01B891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 0.3%
G = 55.76%
B = 43.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#01B891 (or 0x01B891) is known color: Persian Green. HEX triplet: 01, B8 and 91. RGB value is (1,184,145). Sum of RGB (Red+Green+Blue) = 1+184+145=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #01B891 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B891 is #FE476E. Grayscale: #7C7C7C. Windows color (decimal): -16664431 or 9549825. OLE color: 9549825.

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

Color convert

RGB 1 184 145 -
CMYK 0.99 0 0.21 0.28
HSL 167.21º 0.99% 0.36% -
HSV(B) 167.21º 0.99% 0.72% -
XYZ 22.26 36.33 32.63 -
YUV 124.84 139.37 39.67 -
System Red Green Blue C M Y K H S L
Decimal 1 184 145 0.99 0 0.21 0.28 167.21 0.99 0.36
Hex 1 B8 91 63 0 15 1C A7 63 24
Octal 1 270 221 143 0 25 34 247 143 44
Binary 1 10111000 10010001 1100011 0 10101 11100 10100111 1100011 100100

Color Harmonies of #01B891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B891

Black with #01B891

Text Example


Text Example

White with #01B891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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