Html Css Color HEX #0BAC96 Persian Green

📋 copy color: '#0BAC96'

red 11 ◦ green 172 ◦ blue 150

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

Shades of Persian Green #0BAC96

Tints of Persian Green #0BAC96

RGB

 RED value IS 11 (4.69% from 255) = 3.3%

 GREEN value IS 172 (67.58% from 255) = 51.65%

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 3.3%
G = 51.65%
B = 45.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#0BAC96 (or 0x0BAC96) is known color: Persian Green. HEX triplet: 0B, AC and 96. RGB value is (11,172,150). Sum of RGB (Red+Green+Blue) = 11+172+150=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAC96 is #F45369. Grayscale: #797979. Windows color (decimal): -16012138 or 9874443. OLE color: 9874443.

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

Color convert

RGB 11 172 150 -
CMYK 0.94 0 0.13 0.33
HSL 171.8º 0.88% 0.36% -
HSV(B) 171.8º 0.94% 0.67% -
XYZ 20.4 31.78 33.91 -
YUV 121.35 144.16 49.29 -
System Red Green Blue C M Y K H S L
Decimal 11 172 150 0.94 0 0.13 0.33 171.8 0.88 0.36
Hex B AC 96 5E 0 D 21 AC 58 24
Octal 13 254 226 136 0 15 41 254 130 44
Binary 1011 10101100 10010110 1011110 0 1101 100001 10101100 1011000 100100

Color Harmonies of #0BAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAC96

Black with #0BAC96

Text Example


Text Example

White with #0BAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,172,150); }

 H1.HeaderClassName
 {
   color: #0BAC96;
 }
 .AnyTagClassName
 {
   color: #0BAC96;
 }
</style>

background-color css

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

 a { background-color: rgb(11,172,150); }

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

border-color css

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

 span { border-color: rgb(11,172,150); }

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