Html Css Color HEX #0BA974 Jade

📋 copy color: '#0BA974'

red 11 ◦ green 169 ◦ blue 116

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

Shades of Jade #0BA974

Tints of Jade #0BA974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 3.72%
G = 57.09%
B = 39.19%

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

#0BA974 (or 0x0BA974) is known color: Jade. HEX triplet: 0B, A9 and 74. RGB value is (11,169,116). Sum of RGB (Red+Green+Blue) = 11+169+116=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA974 is #F4568B. Grayscale: #737373. Windows color (decimal): -16012940 or 7645451. OLE color: 7645451.

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

Color convert

RGB 11 169 116 -
CMYK 0.93 0 0.31 0.34
HSL 159.87º 0.88% 0.35% -
HSV(B) 159.87º 0.93% 0.66% -
XYZ 17.48 29.71 21.34 -
YUV 115.72 128.15 53.31 -
System Red Green Blue C M Y K H S L
Decimal 11 169 116 0.93 0 0.31 0.34 159.87 0.88 0.35
Hex B A9 74 5D 0 1F 22 A0 58 23
Octal 13 251 164 135 0 37 42 240 130 43
Binary 1011 10101001 1110100 1011101 0 11111 100010 10100000 1011000 100011

Color Harmonies of #0BA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA974

Black with #0BA974

Text Example


Text Example

White with #0BA974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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