Html Css Color HEX #01B58A Persian Green

📋 copy color: '#01B58A'

red 1 ◦ green 181 ◦ blue 138

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

Shades of Persian Green #01B58A

Tints of Persian Green #01B58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 0.31%
G = 56.56%
B = 43.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#01B58A (or 0x01B58A) is known color: Persian Green. HEX triplet: 01, B5 and 8A. RGB value is (1,181,138). Sum of RGB (Red+Green+Blue) = 1+181+138=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #01B58A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B58A is #FE4A75. Grayscale: #7A7A7A. Windows color (decimal): -16665206 or 9090305. OLE color: 9090305.

HSL color Cylindrical-coordinate representation of color #01B58A: hue angle of 165.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 #01B58A is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 181 138 -
CMYK 0.99 0 0.24 0.29
HSL 165.67º 0.99% 0.36% -
HSV(B) 165.67º 0.99% 0.71% -
XYZ 21.12 34.89 29.67 -
YUV 122.28 136.87 41.5 -
System Red Green Blue C M Y K H S L
Decimal 1 181 138 0.99 0 0.24 0.29 165.67 0.99 0.36
Hex 1 B5 8A 63 0 18 1D A6 63 24
Octal 1 265 212 143 0 30 35 246 143 44
Binary 1 10110101 10001010 1100011 0 11000 11101 10100110 1100011 100100

Color Harmonies of #01B58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B58A

Black with #01B58A

Text Example


Text Example

White with #01B58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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