Html Css Color HEX #0BA975 Jade

📋 copy color: '#0BA975'

red 11 ◦ green 169 ◦ blue 117

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

Shades of Jade #0BA975

Tints of Jade #0BA975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 3.7%
G = 56.9%
B = 39.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#0BA975 (or 0x0BA975) is known color: Jade. HEX triplet: 0B, A9 and 75. RGB value is (11,169,117). Sum of RGB (Red+Green+Blue) = 11+169+117=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA975 is #F4568A. Grayscale: #737373. Windows color (decimal): -16012939 or 7710987. OLE color: 7710987.

HSL color Cylindrical-coordinate representation of color #0BA975: hue angle of 160.25º 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 #0BA975 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 11 169 117 -
CMYK 0.93 0 0.31 0.34
HSL 160.25º 0.88% 0.35% -
HSV(B) 160.25º 0.93% 0.66% -
XYZ 17.54 29.73 21.64 -
YUV 115.83 128.65 53.23 -
System Red Green Blue C M Y K H S L
Decimal 11 169 117 0.93 0 0.31 0.34 160.25 0.88 0.35
Hex B A9 75 5D 0 1F 22 A0 58 23
Octal 13 251 165 135 0 37 42 240 130 43
Binary 1011 10101001 1110101 1011101 0 11111 100010 10100000 1011000 100011

Color Harmonies of #0BA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA975

Black with #0BA975

Text Example


Text Example

White with #0BA975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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