Html Css Color HEX #0BA967 Jade

📋 copy color: '#0BA967'

red 11 ◦ green 169 ◦ blue 103

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

Shades of Jade #0BA967

Tints of Jade #0BA967

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.72%

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 3.89%
G = 59.72%
B = 36.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#0BA967 (or 0x0BA967) is known color: Jade. HEX triplet: 0B, A9 and 67. RGB value is (11,169,103). Sum of RGB (Red+Green+Blue) = 11+169+103=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA967 is #F45698. Grayscale: #727272. Windows color (decimal): -16012953 or 6793483. OLE color: 6793483.

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

Color convert

RGB 11 169 103 -
CMYK 0.93 0 0.39 0.34
HSL 154.94º 0.88% 0.35% -
HSV(B) 154.94º 0.93% 0.66% -
XYZ 16.77 29.43 17.63 -
YUV 114.23 121.65 54.37 -
System Red Green Blue C M Y K H S L
Decimal 11 169 103 0.93 0 0.39 0.34 154.94 0.88 0.35
Hex B A9 67 5D 0 27 22 9B 58 23
Octal 13 251 147 135 0 47 42 233 130 43
Binary 1011 10101001 1100111 1011101 0 100111 100010 10011011 1011000 100011

Color Harmonies of #0BA967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA967

Black with #0BA967

Text Example


Text Example

White with #0BA967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,169,103); }

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

background-color css

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

 a { background-color: rgb(11,169,103); }

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

border-color css

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

 span { border-color: rgb(11,169,103); }

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