Html Css Color HEX #0BB271 Jade

📋 copy color: '#0BB271'

red 11 ◦ green 178 ◦ blue 113

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

Shades of Jade #0BB271

Tints of Jade #0BB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.94%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 3.64%
G = 58.94%
B = 37.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#0BB271 (or 0x0BB271) is known color: Jade. HEX triplet: 0B, B2 and 71. RGB value is (11,178,113). Sum of RGB (Red+Green+Blue) = 11+178+113=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB271 is #F44D8E. Grayscale: #787878. Windows color (decimal): -16010639 or 7451147. OLE color: 7451147.

HSL color Cylindrical-coordinate representation of color #0BB271: hue angle of 156.65º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB271 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 113 -
CMYK 0.94 0 0.37 0.30
HSL 156.65º 0.88% 0.37% -
HSV(B) 156.65º 0.94% 0.7% -
XYZ 19.04 33.1 21.01 -
YUV 120.66 123.67 49.79 -
System Red Green Blue C M Y K H S L
Decimal 11 178 113 0.94 0 0.37 0.30 156.65 0.88 0.37
Hex B B2 71 5E 0 25 1E 9D 58 25
Octal 13 262 161 136 0 45 36 235 130 45
Binary 1011 10110010 1110001 1011110 0 100101 11110 10011101 1011000 100101

Color Harmonies of #0BB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB271

Black with #0BB271

Text Example


Text Example

White with #0BB271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,178,113); }

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

background-color css

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

 a { background-color: rgb(11,178,113); }

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

border-color css

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

 span { border-color: rgb(11,178,113); }

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