Html Css Color HEX #0BAA65 Jade

📋 copy color: '#0BAA65'

red 11 ◦ green 170 ◦ blue 101

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

Shades of Jade #0BAA65

Tints of Jade #0BAA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 3.9%
G = 60.28%
B = 35.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#0BAA65 (or 0x0BAA65) is known color: Jade. HEX triplet: 0B, AA and 65. RGB value is (11,170,101). Sum of RGB (Red+Green+Blue) = 11+170+101=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA65 is #F4559A. Grayscale: #727272. Windows color (decimal): -16012699 or 6662667. OLE color: 6662667.

HSL color Cylindrical-coordinate representation of color #0BAA65: hue angle of 153.96º 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 #0BAA65 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 170 101 -
CMYK 0.94 0 0.41 0.33
HSL 153.96º 0.88% 0.35% -
HSV(B) 153.96º 0.94% 0.67% -
XYZ 16.86 29.76 17.17 -
YUV 114.59 120.32 54.11 -
System Red Green Blue C M Y K H S L
Decimal 11 170 101 0.94 0 0.41 0.33 153.96 0.88 0.35
Hex B AA 65 5E 0 29 21 9A 58 23
Octal 13 252 145 136 0 51 41 232 130 43
Binary 1011 10101010 1100101 1011110 0 101001 100001 10011010 1011000 100011

Color Harmonies of #0BAA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAA65

Black with #0BAA65

Text Example


Text Example

White with #0BAA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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