#01B497

Color #01B497 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #01B497

Tints of Persian Green #01B497

Color information

#01B497 (or 0x01B497) is unknown color: approx Persian Green. HEX triplet: 01, B4 and 97. RGB value is (1,180,151). Sum of RGB (Red+Green+Blue) = 1+180+151=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #01B497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B497 is #FE4B68. Grayscale: #7B7B7B. Windows color (decimal): -16665449 or 9942017. OLE color: 9942017.

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

Color convert

RGB1180151-
CMYK0.9900.160.29
HSL170.28º98.9%35.49%-
HSV(B)170.28º99.44%70.59%-
XYZ21.9234.8834.86-
YUV123.17143.740.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=0.30%
G=54.22%
B=45.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11801510.9900.160.29170.2898.935.49
Hex1B497630101Daa6323
Octal12642271430203525214343
Binary11011010010010111110001101000011101101010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01B497;
 }
 .AnyTagClassName
 {
   color: #01B497;
 }
</style>
background-color css

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

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

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

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

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

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