#0BA490

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

Shades of Persian Green #0BA490

Tints of Persian Green #0BA490

Color information

#0BA490 (or 0x0BA490) is unknown color: approx Persian Green. HEX triplet: 0B, A4 and 90. RGB value is (11,164,144). Sum of RGB (Red+Green+Blue) = 11+164+144=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #0BA490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA490 is #F45B6F. Grayscale: #737373. Windows color (decimal): -16014192 or 9479179. OLE color: 9479179.

HSL color Cylindrical-coordinate representation of color #0BA490: hue angle of 172.16º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA490 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB11164144-
CMYK0.9300.120.36
HSL172.16º87.43%34.31%-
HSV(B)172.16º93.29%64.31%-
XYZ18.4528.6430.94-
YUV115.97143.8153.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.45%
GREEN value IS 164 (64.45% from 255) = 51.41%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=3.45%
G=51.41%
B=45.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111641440.9300.120.36172.1687.4334.31
HexBA4905D0C24ac5722
Octal132442201350144425412742
Binary10111010010010010000101110101100100100101011001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BA490; }

 p { color: rgb(11,164,144); }

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

<style>
 a { background-color: #0BA490; }

 a { background-color: rgb(11,164,144); }

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

<style>
 span { border-color: #0BA490; }

 span { border-color: rgb(11,164,144); }

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