Html Css Color HEX #0BA78D Persian Green

📋 copy color: '#0BA78D'

red 11 ◦ green 167 ◦ blue 141

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

Shades of Persian Green #0BA78D

Tints of Persian Green #0BA78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.35%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 3.45%
G = 52.35%
B = 44.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#0BA78D (or 0x0BA78D) is known color: Persian Green. HEX triplet: 0B, A7 and 8D. RGB value is (11,167,141). Sum of RGB (Red+Green+Blue) = 11+167+141=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 167 (65.62% from 255 or 52.35% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA78D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA78D is #F45872. Grayscale: #757575. Windows color (decimal): -16013427 or 9283339. OLE color: 9283339.

HSL color Cylindrical-coordinate representation of color #0BA78D: hue angle of 170º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA78D is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 167 141 -
CMYK 0.93 0 0.16 0.35
HSL 170º 0.88% 0.35% -
HSV(B) 170º 0.93% 0.65% -
XYZ 18.76 29.63 29.93 -
YUV 117.39 141.32 52.11 -
System Red Green Blue C M Y K H S L
Decimal 11 167 141 0.93 0 0.16 0.35 170 0.88 0.35
Hex B A7 8D 5D 0 10 23 AA 58 23
Octal 13 247 215 135 0 20 43 252 130 43
Binary 1011 10100111 10001101 1011101 0 10000 100011 10101010 1011000 100011

Color Harmonies of #0BA78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA78D

Black with #0BA78D

Text Example


Text Example

White with #0BA78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,167,141); }

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

background-color css

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

 a { background-color: rgb(11,167,141); }

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

border-color css

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

 span { border-color: rgb(11,167,141); }

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