Html Css Color HEX #0BAF6D Jade

📋 copy color: '#0BAF6D'

red 11 ◦ green 175 ◦ blue 109

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

Shades of Jade #0BAF6D

Tints of Jade #0BAF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.32%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 3.73%
G = 59.32%
B = 36.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#0BAF6D (or 0x0BAF6D) is known color: Jade. HEX triplet: 0B, AF and 6D. RGB value is (11,175,109). Sum of RGB (Red+Green+Blue) = 11+175+109=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAF6D is #F45092. Grayscale: #767676. Windows color (decimal): -16011411 or 7188235. OLE color: 7188235.

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

Color convert

RGB 11 175 109 -
CMYK 0.94 0 0.38 0.31
HSL 155.85º 0.88% 0.36% -
HSV(B) 155.85º 0.94% 0.69% -
XYZ 18.23 31.84 19.65 -
YUV 118.44 122.67 51.37 -
System Red Green Blue C M Y K H S L
Decimal 11 175 109 0.94 0 0.38 0.31 155.85 0.88 0.36
Hex B AF 6D 5E 0 26 1F 9C 58 24
Octal 13 257 155 136 0 46 37 234 130 44
Binary 1011 10101111 1101101 1011110 0 100110 11111 10011100 1011000 100100

Color Harmonies of #0BAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAF6D

Black with #0BAF6D

Text Example


Text Example

White with #0BAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,175,109); }

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

background-color css

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

 a { background-color: rgb(11,175,109); }

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

border-color css

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

 span { border-color: rgb(11,175,109); }

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