Html Css Color HEX #01B590 Persian Green

📋 copy color: '#01B590'

red 1 ◦ green 181 ◦ blue 144

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

Shades of Persian Green #01B590

Tints of Persian Green #01B590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.52%

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

R = 0.31%
G = 55.52%
B = 44.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#01B590 (or 0x01B590) is known color: Persian Green. HEX triplet: 01, B5 and 90. RGB value is (1,181,144). Sum of RGB (Red+Green+Blue) = 1+181+144=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 181 (71.09% from 255 or 55.52% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 181 - color contains mainly: green. Hex color #01B590 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B590 is #FE4A6F. Grayscale: #7A7A7A. Windows color (decimal): -16665200 or 9483521. OLE color: 9483521.

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

Color convert

RGB 1 181 144 -
CMYK 0.99 0 0.20 0.29
HSL 167.67º 0.99% 0.36% -
HSV(B) 167.67º 0.99% 0.71% -
XYZ 21.57 35.07 32.02 -
YUV 122.96 139.87 41.01 -
System Red Green Blue C M Y K H S L
Decimal 1 181 144 0.99 0 0.20 0.29 167.67 0.99 0.36
Hex 1 B5 90 63 0 14 1D A8 63 24
Octal 1 265 220 143 0 24 35 250 143 44
Binary 1 10110101 10010000 1100011 0 10100 11101 10101000 1100011 100100

Color Harmonies of #01B590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B590

Black with #01B590

Text Example


Text Example

White with #01B590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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