Html Css Color HEX #01B890 Persian Green

📋 copy color: '#01B890'

red 1 ◦ green 184 ◦ blue 144

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

Shades of Persian Green #01B890

Tints of Persian Green #01B890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 0.3%
G = 55.93%
B = 43.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#01B890 (or 0x01B890) is known color: Persian Green. HEX triplet: 01, B8 and 90. RGB value is (1,184,144). Sum of RGB (Red+Green+Blue) = 1+184+144=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #01B890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B890 is #FE476F. Grayscale: #7C7C7C. Windows color (decimal): -16664432 or 9484289. OLE color: 9484289.

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

Color convert

RGB 1 184 144 -
CMYK 0.99 0 0.22 0.28
HSL 166.89º 0.99% 0.36% -
HSV(B) 166.89º 0.99% 0.72% -
XYZ 22.19 36.3 32.22 -
YUV 124.72 138.87 39.75 -
System Red Green Blue C M Y K H S L
Decimal 1 184 144 0.99 0 0.22 0.28 166.89 0.99 0.36
Hex 1 B8 90 63 0 16 1C A7 63 24
Octal 1 270 220 143 0 26 34 247 143 44
Binary 1 10111000 10010000 1100011 0 10110 11100 10100111 1100011 100100

Color Harmonies of #01B890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B890

Black with #01B890

Text Example


Text Example

White with #01B890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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