Html Css Color HEX #0B9A94 Persian Green

📋 copy color: '#0B9A94'

red 11 ◦ green 154 ◦ blue 148

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

Shades of Persian Green #0B9A94

Tints of Persian Green #0B9A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.2%

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 3.51%
G = 49.2%
B = 47.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#0B9A94 (or 0x0B9A94) is known color: Persian Green. HEX triplet: 0B, 9A and 94. RGB value is (11,154,148). Sum of RGB (Red+Green+Blue) = 11+154+148=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #0B9A94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9A94 is #F4656B. Grayscale: #6E6E6E. Windows color (decimal): -16016748 or 9738763. OLE color: 9738763.

HSL color Cylindrical-coordinate representation of color #0B9A94: hue angle of 177.48º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9A94 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 154 148 -
CMYK 0.93 0 0.04 0.40
HSL 177.48º 0.87% 0.32% -
HSV(B) 177.48º 0.93% 0.6% -
XYZ 17.04 25.32 32.01 -
YUV 110.56 149.12 56.99 -
System Red Green Blue C M Y K H S L
Decimal 11 154 148 0.93 0 0.04 0.40 177.48 0.87 0.32
Hex B 9A 94 5D 0 4 28 B1 57 20
Octal 13 232 224 135 0 4 50 261 127 40
Binary 1011 10011010 10010100 1011101 0 100 101000 10110001 1010111 100000

Color Harmonies of #0B9A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9A94

Black with #0B9A94

Text Example


Text Example

White with #0B9A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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