Html Css Color HEX #0BB262 Jade

📋 copy color: '#0BB262'

red 11 ◦ green 178 ◦ blue 98

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

Shades of Jade #0BB262

Tints of Jade #0BB262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 3.83%
G = 62.02%
B = 34.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#0BB262 (or 0x0BB262) is known color: Jade. HEX triplet: 0B, B2 and 62. RGB value is (11,178,98). Sum of RGB (Red+Green+Blue) = 11+178+98=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 178 (69.92% from 255 or 62.02% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB262 is #F44D9D. Grayscale: #777777. Windows color (decimal): -16010654 or 6468107. OLE color: 6468107.

HSL color Cylindrical-coordinate representation of color #0BB262: hue angle of 151.26º 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 #0BB262 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 98 -
CMYK 0.94 0 0.45 0.30
HSL 151.26º 0.88% 0.37% -
HSV(B) 151.26º 0.94% 0.7% -
XYZ 18.26 32.79 16.92 -
YUV 118.95 116.17 51 -
System Red Green Blue C M Y K H S L
Decimal 11 178 98 0.94 0 0.45 0.30 151.26 0.88 0.37
Hex B B2 62 5E 0 2D 1E 97 58 25
Octal 13 262 142 136 0 55 36 227 130 45
Binary 1011 10110010 1100010 1011110 0 101101 11110 10010111 1011000 100101

Color Harmonies of #0BB262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB262

Black with #0BB262

Text Example


Text Example

White with #0BB262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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