Html Css Color HEX #0BAD69 Jade

📋 copy color: '#0BAD69'

red 11 ◦ green 173 ◦ blue 105

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

Shades of Jade #0BAD69

Tints of Jade #0BAD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.86%

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

R = 3.81%
G = 59.86%
B = 36.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#0BAD69 (or 0x0BAD69) is known color: Jade. HEX triplet: 0B, AD and 69. RGB value is (11,173,105). Sum of RGB (Red+Green+Blue) = 11+173+105=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD69 is #F45296. Grayscale: #747474. Windows color (decimal): -16011927 or 6925579. OLE color: 6925579.

HSL color Cylindrical-coordinate representation of color #0BAD69: hue angle of 154.81º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD69 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 173 105 -
CMYK 0.94 0 0.39 0.32
HSL 154.81º 0.88% 0.36% -
HSV(B) 154.81º 0.94% 0.68% -
XYZ 17.63 30.98 18.41 -
YUV 116.81 121.33 52.53 -
System Red Green Blue C M Y K H S L
Decimal 11 173 105 0.94 0 0.39 0.32 154.81 0.88 0.36
Hex B AD 69 5E 0 27 20 9B 58 24
Octal 13 255 151 136 0 47 40 233 130 44
Binary 1011 10101101 1101001 1011110 0 100111 100000 10011011 1011000 100100

Color Harmonies of #0BAD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAD69

Black with #0BAD69

Text Example


Text Example

White with #0BAD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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