Html Css Color HEX #0BA569 Jade

📋 copy color: '#0BA569'

red 11 ◦ green 165 ◦ blue 105

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

Shades of Jade #0BA569

Tints of Jade #0BA569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.37%

R = 3.91%
G = 58.72%
B = 37.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#0BA569 (or 0x0BA569) is known color: Jade. HEX triplet: 0B, A5 and 69. RGB value is (11,165,105). Sum of RGB (Red+Green+Blue) = 11+165+105=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA569 is #F45A96. Grayscale: #707070. Windows color (decimal): -16013975 or 6923531. OLE color: 6923531.

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

Color convert

RGB 11 165 105 -
CMYK 0.93 0 0.36 0.35
HSL 156.62º 0.88% 0.35% -
HSV(B) 156.62º 0.93% 0.65% -
XYZ 16.14 28 17.92 -
YUV 112.11 123.98 55.88 -
System Red Green Blue C M Y K H S L
Decimal 11 165 105 0.93 0 0.36 0.35 156.62 0.88 0.35
Hex B A5 69 5D 0 24 23 9D 58 23
Octal 13 245 151 135 0 44 43 235 130 43
Binary 1011 10100101 1101001 1011101 0 100100 100011 10011101 1011000 100011

Color Harmonies of #0BA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA569

Black with #0BA569

Text Example


Text Example

White with #0BA569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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