Html Css Color HEX #0BA570 Jade

📋 copy color: '#0BA570'

red 11 ◦ green 165 ◦ blue 112

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

Shades of Jade #0BA570

Tints of Jade #0BA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.29%

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 3.82%
G = 57.29%
B = 38.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#0BA570 (or 0x0BA570) is known color: Jade. HEX triplet: 0B, A5 and 70. RGB value is (11,165,112). Sum of RGB (Red+Green+Blue) = 11+165+112=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA570 is #F45A8F. Grayscale: #707070. Windows color (decimal): -16013968 or 7382283. OLE color: 7382283.

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

Color convert

RGB 11 165 112 -
CMYK 0.93 0 0.32 0.35
HSL 159.35º 0.88% 0.35% -
HSV(B) 159.35º 0.93% 0.65% -
XYZ 16.52 28.15 19.89 -
YUV 112.91 127.48 55.31 -
System Red Green Blue C M Y K H S L
Decimal 11 165 112 0.93 0 0.32 0.35 159.35 0.88 0.35
Hex B A5 70 5D 0 20 23 9F 58 23
Octal 13 245 160 135 0 40 43 237 130 43
Binary 1011 10100101 1110000 1011101 0 100000 100011 10011111 1011000 100011

Color Harmonies of #0BA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA570

Black with #0BA570

Text Example


Text Example

White with #0BA570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,165,112); }

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

background-color css

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

 a { background-color: rgb(11,165,112); }

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

border-color css

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

 span { border-color: rgb(11,165,112); }

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