Html Css Color HEX #0BA669 Jade

📋 copy color: '#0BA669'

red 11 ◦ green 166 ◦ blue 105

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

Shades of Jade #0BA669

Tints of Jade #0BA669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.87%

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 3.9%
G = 58.87%
B = 37.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#0BA669 (or 0x0BA669) is known color: Jade. HEX triplet: 0B, A6 and 69. RGB value is (11,166,105). Sum of RGB (Red+Green+Blue) = 11+166+105=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA669 is #F45996. Grayscale: #707070. Windows color (decimal): -16013719 or 6923787. OLE color: 6923787.

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

Color convert

RGB 11 166 105 -
CMYK 0.93 0 0.37 0.35
HSL 156.39º 0.88% 0.35% -
HSV(B) 156.39º 0.93% 0.65% -
XYZ 16.32 28.36 17.98 -
YUV 112.7 123.65 55.46 -
System Red Green Blue C M Y K H S L
Decimal 11 166 105 0.93 0 0.37 0.35 156.39 0.88 0.35
Hex B A6 69 5D 0 25 23 9C 58 23
Octal 13 246 151 135 0 45 43 234 130 43
Binary 1011 10100110 1101001 1011101 0 100101 100011 10011100 1011000 100011

Color Harmonies of #0BA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA669

Black with #0BA669

Text Example


Text Example

White with #0BA669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,166,105); }

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

background-color css

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

 a { background-color: rgb(11,166,105); }

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

border-color css

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

 span { border-color: rgb(11,166,105); }

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