Html Css Color HEX #0BAC66 Jade

📋 copy color: '#0BAC66'

red 11 ◦ green 172 ◦ blue 102

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

Shades of Jade #0BAC66

Tints of Jade #0BAC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.35%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 3.86%
G = 60.35%
B = 35.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#0BAC66 (or 0x0BAC66) is known color: Jade. HEX triplet: 0B, AC and 66. RGB value is (11,172,102). Sum of RGB (Red+Green+Blue) = 11+172+102=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC66 is #F45399. Grayscale: #737373. Windows color (decimal): -16012186 or 6728715. OLE color: 6728715.

HSL color Cylindrical-coordinate representation of color #0BAC66: hue angle of 153.91º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC66 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 172 102 -
CMYK 0.94 0 0.41 0.33
HSL 153.91º 0.88% 0.36% -
HSV(B) 153.91º 0.94% 0.67% -
XYZ 17.29 30.54 17.55 -
YUV 115.88 120.16 53.19 -
System Red Green Blue C M Y K H S L
Decimal 11 172 102 0.94 0 0.41 0.33 153.91 0.88 0.36
Hex B AC 66 5E 0 29 21 9A 58 24
Octal 13 254 146 136 0 51 41 232 130 44
Binary 1011 10101100 1100110 1011110 0 101001 100001 10011010 1011000 100100

Color Harmonies of #0BAC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAC66

Black with #0BAC66

Text Example


Text Example

White with #0BAC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,172,102); }

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

background-color css

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

 a { background-color: rgb(11,172,102); }

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

border-color css

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

 span { border-color: rgb(11,172,102); }

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