Html Css Color HEX #0B9B90 Persian Green

📋 copy color: '#0B9B90'

red 11 ◦ green 155 ◦ blue 144

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

Shades of Persian Green #0B9B90

Tints of Persian Green #0B9B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50%

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 3.55%
G = 50%
B = 46.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#0B9B90 (or 0x0B9B90) is known color: Persian Green. HEX triplet: 0B, 9B and 90. RGB value is (11,155,144). Sum of RGB (Red+Green+Blue) = 11+155+144=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9B90 is #F4646F. Grayscale: #6E6E6E. Windows color (decimal): -16016496 or 9476875. OLE color: 9476875.

HSL color Cylindrical-coordinate representation of color #0B9B90: hue angle of 175.42º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B90 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 155 144 -
CMYK 0.93 0 0.07 0.39
HSL 175.42º 0.87% 0.33% -
HSV(B) 175.42º 0.93% 0.61% -
XYZ 16.89 25.53 30.42 -
YUV 110.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 11 155 144 0.93 0 0.07 0.39 175.42 0.87 0.33
Hex B 9B 90 5D 0 7 27 AF 57 21
Octal 13 233 220 135 0 7 47 257 127 41
Binary 1011 10011011 10010000 1011101 0 111 100111 10101111 1010111 100001

Color Harmonies of #0B9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9B90

Black with #0B9B90

Text Example


Text Example

White with #0B9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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