Html Css Color HEX #01B397 Persian Green

📋 copy color: '#01B397'

red 1 ◦ green 179 ◦ blue 151

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

Shades of Persian Green #01B397

Tints of Persian Green #01B397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.08%

 BLUE value IS 151 (59.38% from 255) = 45.62%

R = 0.3%
G = 54.08%
B = 45.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#01B397 (or 0x01B397) is known color: Persian Green. HEX triplet: 01, B3 and 97. RGB value is (1,179,151). Sum of RGB (Red+Green+Blue) = 1+179+151=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #01B397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B397 is #FE4C68. Grayscale: #7A7A7A. Windows color (decimal): -16665705 or 9941761. OLE color: 9941761.

HSL color Cylindrical-coordinate representation of color #01B397: hue angle of 170.56º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B397 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 179 151 -
CMYK 0.99 0 0.16 0.30
HSL 170.56º 0.99% 0.35% -
HSV(B) 170.56º 0.99% 0.7% -
XYZ 21.72 34.48 34.79 -
YUV 122.59 144.03 41.28 -
System Red Green Blue C M Y K H S L
Decimal 1 179 151 0.99 0 0.16 0.30 170.56 0.99 0.35
Hex 1 B3 97 63 0 10 1E AB 63 23
Octal 1 263 227 143 0 20 36 253 143 43
Binary 1 10110011 10010111 1100011 0 10000 11110 10101011 1100011 100011

Color Harmonies of #01B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B397

Black with #01B397

Text Example


Text Example

White with #01B397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,179,151); }

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

background-color css

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

 a { background-color: rgb(1,179,151); }

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

border-color css

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

 span { border-color: rgb(1,179,151); }

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