#0BAE90

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

Shades of Persian Green #0BAE90

Tints of Persian Green #0BAE90

Color information

#0BAE90 (or 0x0BAE90) is unknown color: approx Persian Green. HEX triplet: 0B, AE and 90. RGB value is (11,174,144). Sum of RGB (Red+Green+Blue) = 11+174+144=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAE90 is #F4516F. Grayscale: #797979. Windows color (decimal): -16011632 or 9481739. OLE color: 9481739.

HSL color Cylindrical-coordinate representation of color #0BAE90: hue angle of 168.96º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAE90 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB11174144-
CMYK0.9400.170.32
HSL168.96º88.11%36.27%-
HSV(B)168.96º93.68%68.24%-
XYZ20.3132.3631.56-
YUV121.84140.548.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.34%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=3.34%
G=52.89%
B=43.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111741440.9400.170.32168.9688.1136.27
HexBAE905E01120a95824
Octal132562201360214025113044
Binary101110101110100100001011110010001100000101010011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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