#01B98A

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

Shades of Persian Green #01B98A

Tints of Persian Green #01B98A

Color information

#01B98A (or 0x01B98A) is unknown color: approx Persian Green. HEX triplet: 01, B9 and 8A. RGB value is (1,185,138). Sum of RGB (Red+Green+Blue) = 1+185+138=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #01B98A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B98A is #FE4675. Grayscale: #7C7C7C. Windows color (decimal): -16664182 or 9091329. OLE color: 9091329.

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

Color convert

RGB1185138-
CMYK0.9900.250.27
HSL164.67º98.92%36.47%-
HSV(B)164.67º99.46%72.55%-
XYZ21.9536.5429.94-
YUV124.63135.5439.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 185 (72.66% from 255) = 57.10%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=0.31%
G=57.10%
B=42.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11851380.9900.250.27164.6798.9236.47
Hex1B98A630191Ba56324
Octal12712121430313324514344
Binary11011100110001010110001101100111011101001011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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