Html Css Color HEX #0BAA67 Jade

📋 copy color: '#0BAA67'

red 11 ◦ green 170 ◦ blue 103

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

Shades of Jade #0BAA67

Tints of Jade #0BAA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.86%

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 3.87%
G = 59.86%
B = 36.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#0BAA67 (or 0x0BAA67) is known color: Jade. HEX triplet: 0B, AA and 67. RGB value is (11,170,103). Sum of RGB (Red+Green+Blue) = 11+170+103=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA67 is #F45598. Grayscale: #727272. Windows color (decimal): -16012697 or 6793739. OLE color: 6793739.

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

Color convert

RGB 11 170 103 -
CMYK 0.94 0 0.39 0.33
HSL 154.72º 0.88% 0.35% -
HSV(B) 154.72º 0.94% 0.67% -
XYZ 16.96 29.8 17.69 -
YUV 114.82 121.32 53.95 -
System Red Green Blue C M Y K H S L
Decimal 11 170 103 0.94 0 0.39 0.33 154.72 0.88 0.35
Hex B AA 67 5E 0 27 21 9B 58 23
Octal 13 252 147 136 0 47 41 233 130 43
Binary 1011 10101010 1100111 1011110 0 100111 100001 10011011 1011000 100011

Color Harmonies of #0BAA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAA67

Black with #0BAA67

Text Example


Text Example

White with #0BAA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,103); }

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

background-color css

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

 a { background-color: rgb(11,170,103); }

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

border-color css

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

 span { border-color: rgb(11,170,103); }

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