Html Css Color HEX #0BA874 Jade

📋 copy color: '#0BA874'

red 11 ◦ green 168 ◦ blue 116

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

Shades of Jade #0BA874

Tints of Jade #0BA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56.95%

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

R = 3.73%
G = 56.95%
B = 39.32%

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

#0BA874 (or 0x0BA874) is known color: Jade. HEX triplet: 0B, A8 and 74. RGB value is (11,168,116). Sum of RGB (Red+Green+Blue) = 11+168+116=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA874 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA874 is #F4578B. Grayscale: #737373. Windows color (decimal): -16013196 or 7645195. OLE color: 7645195.

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

Color convert

RGB 11 168 116 -
CMYK 0.93 0 0.31 0.34
HSL 160.13º 0.88% 0.35% -
HSV(B) 160.13º 0.93% 0.66% -
XYZ 17.29 29.34 21.27 -
YUV 115.13 128.49 53.73 -
System Red Green Blue C M Y K H S L
Decimal 11 168 116 0.93 0 0.31 0.34 160.13 0.88 0.35
Hex B A8 74 5D 0 1F 22 A0 58 23
Octal 13 250 164 135 0 37 42 240 130 43
Binary 1011 10101000 1110100 1011101 0 11111 100010 10100000 1011000 100011

Color Harmonies of #0BA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA874

Black with #0BA874

Text Example


Text Example

White with #0BA874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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