Html Css Color HEX #0BB59A Persian Green

📋 copy color: '#0BB59A'

red 11 ◦ green 181 ◦ blue 154

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

Shades of Persian Green #0BB59A

Tints of Persian Green #0BB59A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.31%

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 3.18%
G = 52.31%
B = 44.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#0BB59A (or 0x0BB59A) is known color: Persian Green. HEX triplet: 0B, B5 and 9A. RGB value is (11,181,154). Sum of RGB (Red+Green+Blue) = 11+181+154=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB59A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB59A is #F44A65. Grayscale: #7F7F7F. Windows color (decimal): -16009830 or 10138891. OLE color: 10138891.

HSL color Cylindrical-coordinate representation of color #0BB59A: hue angle of 170.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB59A is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 181 154 -
CMYK 0.94 0 0.15 0.29
HSL 170.47º 0.89% 0.38% -
HSV(B) 170.47º 0.94% 0.71% -
XYZ 22.49 35.45 36.23 -
YUV 127.09 143.18 45.2 -
System Red Green Blue C M Y K H S L
Decimal 11 181 154 0.94 0 0.15 0.29 170.47 0.89 0.38
Hex B B5 9A 5E 0 F 1D AA 59 26
Octal 13 265 232 136 0 17 35 252 131 46
Binary 1011 10110101 10011010 1011110 0 1111 11101 10101010 1011001 100110

Color Harmonies of #0BB59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB59A

Black with #0BB59A

Text Example


Text Example

White with #0BB59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,181,154); }

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

background-color css

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

 a { background-color: rgb(11,181,154); }

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

border-color css

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

 span { border-color: rgb(11,181,154); }

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